Ville Skyttä
|
617686e226
Fixed 'a'/'an' mix-ups in docs.
|
7 年之前 |
Paulo
|
fcfcf8aae4
Fixed #28742 -- Fixed AttributeError crash when assigning None to cached reverse relations.
|
7 年之前 |
Adam Johnson
|
f8946fbb5d
Removed docs for obsolete compatibility checks.
|
7 年之前 |
Adam Johnson
|
abacd09f07
Refs #27318 -- Made DummyCache.set_many() return a list for consistency with other backends.
|
7 年之前 |
Ran Benita
|
03049fb8d9
Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.
|
7 年之前 |
Botond Beres
|
56b364bacc
Fixed #28205 -- Doc'd that ModelAdmin.prepopulated_fields only works on add forms.
|
7 年之前 |
Botond Beres
|
51d7feff87
Fixed #28131 -- Corrected examples of using attribute lookups on the "perms" template variable.
|
7 年之前 |
Tim Baxter
|
73241132f2
Refs #28457 -- Removed unused .next-step CSS in django/views/templates/default_urlconf.html.
|
7 年之前 |
Tim Baxter
|
f6b5cecc71
Refs #28457 -- Updated the colors of the 'Congrats' page for WCAG AA compliance.
|
7 年之前 |
Samir Shah
|
6c98c5abdf
Refs #21927 -- Removed docs for include()'s old instance_namespace parameter.
|
7 年之前 |
Duarte Fernandes
|
019c2600a6
Fixed #28747 -- Fixed typos in django/conf/global_settings.py comments.
|
7 年之前 |
Botond Beres
|
ec5f7cb92e
Fixed typo in docs/ref/models/querysets.txt.
|
7 年之前 |
Botond Beres
|
95a14cfc47
Fixed #28395 -- Doc'd that QuerySet.first() can affect aggregation queries.
|
7 年之前 |
Srinivas Reddy Thatiparthy
|
55b5393bd2
Fixed #28474 -- Made DurationField raise ValidationError for inputs that raised OverflowError.
|
7 年之前 |
Mariusz Felisiak
|
81e357a7e1
Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
|
7 年之前 |
Tim Graham
|
171c7cc863
Fixed #28737 -- Clarified {% cache %} tag's handling of arguments.
|
7 年之前 |
Tim Graham
|
3642c3758b
Suggested LoginView rather than @login_required as an alternative to authenticate().
|
7 年之前 |
Ryan Verner
|
9473a8481a
Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() dict.
|
7 年之前 |
medmunds
|
d1317edad0
Fixed #28739 -- Fixed get_fixed_timezone() for negative timedeltas.
|
7 年之前 |
Tim Graham
|
3576bfe07c
Added a link in README.rst for people new to IRC.
|
7 年之前 |
Scot Hacker
|
6642a646f0
Fixed #28735 -- Fixed typo in django/views/templates/default_urlconf.html.
|
7 年之前 |
Tim Graham
|
8b9a163afa
Refs #28688 -- Updated a selenium test for admin's URLify.js change.
|
7 年之前 |
Jon Dufresne
|
6ed347d851
Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a method for reuse.
|
7 年之前 |
Tim Graham
|
7fb913c805
Removed Python 2 comment in ValidationError.
|
7 年之前 |
Claude Paroz
|
68407e3545
Refs #14807 -- Removed unneeded mark_safe call
|
7 年之前 |
Tomer Chachamu
|
21a3a29dc9
Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.
|
7 年之前 |
Levi Payne
|
6c3104221b
Refs #28721 -- Added test for variations of 'inf'/'infinity' as a template variable names.
|
7 年之前 |
Claude Paroz
|
9ec7d8e514
Fixed #28730 -- Fixed loss of precision for large integer literals in templates
|
7 年之前 |
Mads Jensen
|
45d5d2dcaa
Removed unnecessary tuple()/list() calls.
|
7 年之前 |
Mariusz Felisiak
|
0f722d865e
Removed redundant inner imports.
|
7 年之前 |