summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated isort URL to new location.Jon Dufresne2020-12-201-2/+2
* Fixed #29867 -- Added support for storing None value in caches.Nick Pope2020-12-171-0/+8
* Refs #30181 -- Corrected note about storing None in the cache.Nick Pope2020-12-171-3/+15
* Fixed #32273 -- Doc'd AdminSite.unregister().Hasan Ramezani2020-12-162-0/+8
* Fixed typo in docs/ref/forms/widgets.txt.Mariusz Felisiak2020-12-151-1/+1
* Corrected formatting in settings docs.Carlton Gibson2020-12-151-4/+4
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-156-7/+87
* Fixed #32261 -- Added error logging to Signal.send_robust().Ayush Bansal2020-12-151-1/+2
* Added python_requires/install_requires to setup.cfg example in reusable apps ...Thomas Güttler2020-12-151-0/+3
* Added backticks to code literals in various docs.Jon Dufresne2020-12-157-10/+12
* Removed redundant sentence in 'check' management command docs.Adam Johnson2020-12-141-2/+0
* Corrected docs regarding attributes required for logging in to the admin.Jan Pieter Waagmeester2020-12-111-2/+1
* Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and Oracle.sage2020-12-111-1/+3
* Refs #31792 -- Updated SQL example in Exists() docs.Kevin Marsh2020-12-101-2/+3
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-0/+8
* Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak2020-12-094-26/+23
* Adjusted formatting of ngettext docs code examples.Matthias Kestenholz2020-12-081-5/+6
* Fixed #32233 -- Cleaned-up duplicate connection functionality.Florian Apolloner2020-12-081-1/+1
* Added note about importing release manager's public keys via GitHub API to ch...Mariusz Felisiak2020-12-071-4/+9
* Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.Timo Ludwig2020-12-032-7/+13
* Fixed #32179 -- Added JSONObject database function.Artur Beltsov2020-12-022-0/+25
* Added stub release notes for 3.1.5.Mariusz Felisiak2020-12-012-0/+13
* Added release date for 3.1.4.Mariusz Felisiak2020-12-011-1/+1
* Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt.Hasan Ramezani2020-11-301-1/+1
* Refs #32230 -- Made LayerMapping support pathlib.Path.Mariusz Felisiak2020-11-282-0/+7
* Fixed #32230 -- Made DataSource support pathlib.Path.Hasan Ramezani2020-11-283-1/+8
* Fixed #32220 -- Added durable argument to transaction.atomic().Ian Foote2020-11-272-1/+22
* Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote2020-11-274-12/+63
* Refs #32230 -- Fixed DataSource example in GeoDjango tutorial.Neil Lyons2020-11-271-1/+1
* Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...Hannes Ljungberg2020-11-261-0/+3
* Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key transforms...sage2020-11-251-0/+4
* Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...Mariusz Felisiak2020-11-251-0/+4
* Fixed #32200 -- Fixed grouping by ExpressionWrapper() with Q objects.Hasan Ramezani2020-11-191-0/+3
* Fixed #32202 -- Fixed autoreloader argument generation for Windows with Pytho...Carlton Gibson2020-11-191-0/+4
* Fixed #32199 -- Doc'd JSONField in ModelForm field mapping.sage2020-11-171-0/+2
* Refs #27718 -- Doc'd and tested QuerySet.exists() for combined querysets.David-Wobrock2020-11-161-5/+5
* Doc'd that admin site booleans are tri-state.Nick Pope2020-11-141-5/+5
* Improved examples in ModelAdmin.list_display docs.Nick Pope2020-11-141-2/+2
* Changed docs and a code comment to use gender-neutral pronouns.Nick Pope2020-11-135-5/+5
* Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.manav0142020-11-131-0/+4
* Fixed #32149 -- Added support for years < 1000 to DateFormat.y().Sam2020-11-121-1/+1
* Fixed #32187 -- Removed unnecessary select_related in queries doc.Hasan Ramezani2020-11-121-1/+1
* Fixed #31122 -- Clarified that Lookup acts as a query expression.Caio Ariede2020-11-111-3/+2
* Fixed #31216 -- Added support for colorama terminal colors on Windows.MinchinWeb2020-11-115-6/+64
* Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...Artem Kosenko2020-11-111-4/+5
* Fixed #32180 -- Added system check for file system caches absolute location.Carles Pina i Estany2020-11-111-0/+2
* Fixed #32176 -- Clarified filesystem cache docs.Carles Pina Estany2020-11-101-5/+6
* Fixed #32182 -- Fixed crash of JSONField nested key transforms with subquery ...Hannes Ljungberg2020-11-101-0/+3