summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in django/db/models/query_utils.py comment.David Beitey2019-04-031-1/+1
* Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...Mariusz Felisiak2019-04-011-1/+1
* Updated contrib translations from Transifex.Claude Paroz2019-04-01361-3955/+6299
* Updated core translations from TransifexClaude Paroz2019-04-0172-533/+1058
* Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit thro...Tim Graham2019-03-301-26/+30
* Made startapp/project's overlaying error message use 'app' or 'project'.oliver2019-03-301-12/+14
* Optimized CommonMiddleware's check for DISALLOWED_USER_AGENTS.Brad2019-03-301-2/+3
* Fixed #30301 -- Removed OutputWrapper.__init__()'s style_func arg.Tim Graham2019-03-301-2/+2
* Removed unnecessary /static from links to PostgreSQL docs.Nick Pope2019-03-291-4/+4
* Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML att...pmisteli2019-03-291-0/+5
* Fixed #30294 -- Allowed HttpResponse to accept memoryview content.sage2019-03-291-1/+1
* Fixed #30241 -- Added more system checks of translation settings.Nick Pope2019-03-281-0/+52
* Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.Nick Pope2019-03-281-6/+5
* Fixed "byte string" typo in various docs and comments.Mariusz Felisiak2019-03-283-5/+5
* Updated spelling and RFCs in HttpOnly cookie flag docs.Nick Pope2019-03-271-1/+1
* Removed unused timeparse.js.Nick Pope2019-03-271-106/+0
* Removed obsolete ActiveXObject from admindocs bookmarklets.Nick Pope2019-03-271-1/+1
* Simplified Date.prototype.getTwelveHours().Nick Pope2019-03-271-7/+1
* Removed unused Date.prototype.getHourMinute().Nick Pope2019-03-271-4/+0
* Removed unused Date.prototype.getHourMinuteSecond().Nick Pope2019-03-271-4/+0
* Removed unused String.prototype.pad_left().Nick Pope2019-03-271-8/+0
* Removed unneeded compatibility shim for getComputedStyle().Nick Pope2019-03-272-20/+3
* Fixed #28621 -- Fixed crash of annotations with OuterRef.Mariusz Felisiak2019-03-271-0/+2
* Fixed #29791 -- Made Engine.render_to_string() honor autoescape.Nathan Gaberel2019-03-251-1/+1
* Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.Hasan Ramezani2019-03-251-1/+9
* Fixed #28431 -- Added a system check for BinaryField to prevent strings defau...Hasan Ramezani2019-03-251-0/+15
* Fixed #30259 -- Added support for admin_order_field attribute on properties i...Jani Tiainen2019-03-242-0/+5
* Fixed #30246 -- Reused annotation aliases references in aggregation filters.Simon Charette2019-03-231-13/+17
* Refs #30188 -- Avoided GROUP BY when aggregating over non-aggregates.Simon Charette2019-03-231-4/+11
* Refs #30188 -- Prevented double annotation of subquery when aggregated over.Simon Charette2019-03-231-6/+10
* Fixed #30188 -- Fixed a crash when aggregating over a subquery annotation.Simon Charette2019-03-231-2/+2
* Fixed #21703 -- Fixed a crash when excluding a related field with a F().Simon Charette2019-03-231-1/+6
* Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.Ryan J Schave2019-03-221-2/+2
* Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion of lazy strings.Matthias Kestenholz2019-03-221-1/+3
* Fixed #30271 -- Added the Sign database function.Nick Pope2019-03-223-2/+8
* Removed obsolete Lookup hook to prepare rhs expressions.Simon Charette2019-03-214-21/+5
* Refs #27149, #29542 -- Simplified subquery parentheses wrapping logic.Simon Charette2019-03-214-21/+8
* Refs #27149 -- Moved subquery expression resolving to Query.Simon Charette2019-03-213-56/+51
* Refs #27149 -- Made Subquery store Query instead of Queryset.Simon Charette2019-03-211-23/+22
* Fixed #30158 -- Avoided unnecessary subquery group by on aggregation.Simon Charette2019-03-211-0/+5
* Refs #30158 -- Added alias argument to Expression.get_group_by_cols().Simon Charette2019-03-215-16/+30
* Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.birthdaysgift2019-03-211-0/+1
* Fixed #29956 -- Allowed overriding an order field widget in formsets.Hasan Ramezani2019-03-211-3/+18
* Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct...Nick Pope2019-03-203-18/+76
* Fixed #28738 -- Added the GeometryDistance function.Francisco Couzo2019-03-205-11/+19
* Fixed #30258 -- Adjusted postgres schema value quoting of ranges.Simon Charette2019-03-181-1/+2
* Refs #30172 -- Prevented removing a model Meta's index/unique_together from r...Paveł Tyślacki2019-03-171-7/+14
* Refs #30172 -- Prevented removing a field's check or unique constraint from r...Paveł Tyślacki2019-03-173-4/+18
* Fixed #30254 -- Allowed model metaclasses to access the attribute dict in __i...Matt Westcott2019-03-141-4/+8
* Fixed #30237 -- Made Authentication/SessionMiddleware and ModelBackend admin ...Herman S2019-03-141-6/+22