summaryrefslogtreecommitdiff
path: root/docs/ref
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise Disallowe...sreehari19972021-03-261-0/+4
* [3.2.x] Refs #31003 -- Moved note about return value of QuerySet.bulk_create(...Claude Paroz2021-03-251-4/+2
* [3.2.x] Doc'd that RawSQL can be used with __in.Simon Willison2021-03-251-1/+5
* [3.2.x] Fixed page numbers in Paginator.get_elided_page_range() example in docs.Jannis Vajen2021-03-241-1/+1
* [3.2.x] Fixed #32576 -- Corrected dumpdata docs for passing model names to th...tim-mccurrach2021-03-221-3/+3
* [3.2.x] Fixed #32570 -- Removed unnecessary default_auto_field in app config ...kshitijraghav2021-03-191-1/+0
* [3.2.x] Fixed #32353 -- Confirmed support for PROJ 7.X.Mariusz Felisiak2021-03-161-4/+8
* [3.2.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() meth...Hasan Ramezani2021-03-162-3/+3
* [3.2.x] Fixed typo in docs/ref/checks.txt.Hasan Ramezani2021-03-151-1/+1
* [3.2.x] Updated datum directory for PROJ 6 in GIS install instructions.Mariusz Felisiak2021-03-151-2/+3
* [3.2.x] Updated Git branch "master" to "main".Markus Holtermann2021-03-091-2/+2
* [3.2.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to b...Mariusz Felisiak2021-03-041-0/+12
* [3.2.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak2021-03-041-1/+1
* [3.2.x] Corrected admin.E023 message in docs.Hasan Ramezani2021-03-041-1/+2
* [3.2.x] Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken2021-03-023-8/+8
* [3.2.x] Fixed #20423 -- Doc'd that DTL variable names may not be a number.tim-mccurrach2021-02-261-4/+4
* [3.2.x] Documented an example custom context processor.Adam Johnson2021-02-111-2/+11
* [3.2.x] Improved pagination documentationAdam Johnson2021-02-111-1/+5
* [3.2.x] Fixed #32430 -- Doc'd base class-based views.Anil Khatri2021-02-081-4/+76
* [3.2.x] Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri2021-02-083-3/+23
* [3.2.x] Fixed typo in docs/ref/forms/widgets.txt.Brad Solomon2021-02-011-1/+1
* [3.2.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplica...Timothy McCurrach2021-01-281-1/+2
* [3.2.x] Refs #26167 -- Corrected OpClass() example in docs.Hannes Ljungberg2021-01-251-1/+4
* [3.2.x] Refs #32372 -- Updated manager name in related objects reference docs.Jack2021-01-221-1/+1
* [3.2.x] Fixed #32372 -- Made examples in related objects reference docs consi...Jack Aitken2021-01-221-3/+3
* [3.2.x] Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets.Matthias Kestenholz2021-01-201-1/+4
* [3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle2021-01-191-15/+18
* Fixed #31259 -- Added admin dark theme.mimi899992021-01-141-1/+8
* Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope2021-01-132-76/+223
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-133-10/+112
* Fixed #32291 -- Added fixtures compression support to dumpdata.Paolo Melchiorre2021-01-121-0/+11
* Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne2021-01-121-0/+13
* Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.Hasan Ramezani2021-01-121-4/+4
* Removed unused import in docs/ref/models/expressions.txt. (#13879)Mariusz Felisiak2021-01-121-1/+1
* Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.Hasan Ramezani2021-01-121-0/+4
* Fixed #32313 -- Corrected QuerySet.in_bulk() signature.Iuri de Silvio2021-01-111-1/+1
* Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.Florian Apolloner2021-01-071-0/+4
* Fixed #32315 -- Doc'd FieldFile.path.Hasan Ramezani2021-01-071-0/+6
* Fixed #32018 -- Extracted admin colors into CSS variables.Matthias Kestenholz2021-01-071-0/+28
* Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah2021-01-051-1/+6
* Fixed #32310 -- Fixed note about reverse accessors for intermediate table for...Fabio Sangiovanni2021-01-041-5/+3
* Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_SESSIONS.Tim Graham2021-01-041-0/+4
* Fixed typo in docs/ref/templates/builtins.txt.Roland Geider2021-01-041-1/+1
* Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak2020-12-303-3/+3
* Added app labels to related fields checks messages E302-E305.Mariusz Felisiak2020-12-291-8/+9
* Corrected related fields checks messages in docs.Mariusz Felisiak2020-12-291-10/+10
* Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in ...Jon Dufresne2020-12-231-1/+1
* Corrected code-block directives in docs/ref/models/meta.txt.Jon Dufresne2020-12-211-2/+2
* Fixed typo in docs/ref/files/storage.txt.joshuapatel2020-12-211-1/+1
* Fixed #32273 -- Doc'd AdminSite.unregister().Hasan Ramezani2020-12-161-0/+7