Tim Graham
|
c70086473e
Fixed #28759 -- Promoted the contributing guide in the docs for the django-developers mailing list.
|
7 년 전 |
Sam Morrow
|
dcc0427c58
Fixed #28745 -- Added first and last page links to paginator docs example.
|
7 년 전 |
Michał Pasternak
|
e554b72a2a
Fixed #28749 -- Added subquery support for ArrayField's __in lookup.
|
7 년 전 |
Tim Graham
|
6e8508734b
Described how querysets are protected from SQL injection in more detail.
|
7 년 전 |
Tim Graham
|
1e7dbbdec5
Fixed #28680 -- Doc'd Func.__init__()'s **extra and as_sql()'s **extra_context aren't escaped.
|
7 년 전 |
Adam Johnson
|
629dde8db1
Made assorted edits to docs/releases/2.0.txt.
|
7 년 전 |
Tim Graham
|
7945bc1d08
Refs #23919 -- Replaced doc references to django.utils.http.urlquote() and urlquote_plus() with standard library alternatives.
|
7 년 전 |
Tim Graham
|
afd375fc34
Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie examples.
|
7 년 전 |
Charlie Denton
|
cbe334918a
Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future for backwards compatibility.
|
7 년 전 |
Adam Johnson
|
acc989f037
Fixed #28760 -- Removed DummyCache's unnecessary get/set/delete_many().
|
7 년 전 |
Ville Skyttä
|
23e551ce6c
Refs #23919 -- Updated references to urllib.quote() to Python 3 location.
|
7 년 전 |
Rajesh Veeranki
|
5e1a356060
Fixed typo in tests/many_to_many/tests.py.
|
7 년 전 |
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 년 전 |