summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.Baptiste Mispelon2019-12-092-0/+10
* Fixed typo in docs/releases/3.0.1.txt.Ali Mirlou2019-12-091-1/+1
* Fixed #31060 -- Reallowed window expressions to be used in conditions outside...Alex Aktsipetrov2019-12-061-0/+5
* Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.Jon Dufresne2019-12-065-18/+11
* Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...Mariusz Felisiak2019-12-062-1/+5
* Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...Hasan Ramezani2019-12-052-2/+21
* Fixed #31010 -- Allowed subdomains of localhost in the Host header by default...Gordon Pendleton2019-12-052-2/+8
* Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.Mariusz Felisiak2019-12-053-3/+8
* Fixed typo in docs/releases/3.0.txt.jsals12019-12-051-1/+1
* Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.Aymeric Augustin2019-12-043-15/+50
* Refs #23524 -- Unified BaseDatabaseWrapper.timezone.Aymeric Augustin2019-12-041-0/+5
* Fixed #20456 -- Added example of directly testing CBVs in topics docs.Felipe Lee2019-12-041-0/+42
* Fixed #31024 -- Clarified {% firstof %} tag's handling of arguments.Uttam Kini2019-12-041-2/+3
* Refs #20935 -- Removed inappropriate crosslink to docs search results page.Fredrik2019-12-041-2/+2
* Refs #20935 -- Removed duplicate ToC references.Fredrik2019-12-041-2/+0
* Fixed #31059 -- Fixed typo in docs/releases/3.0.txt.Mariusz Felisiak2019-12-041-1/+1
* Removed leftover word in CBV mixins docs.Claude Paroz2019-12-041-3/+3
* Fixed typo in internals/contributing/writing-documentation.txt.Hasan Ramezani2019-12-031-3/+3
* Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callabl...Baptiste Mispelon2019-12-032-3/+24
* Fixed #31056 -- Allowed disabling async-unsafe check with an environment vari...Andrew Godwin2019-12-033-1/+25
* Refs #30451 -- Doc'd asynchronous support and async-safety.Andrew Godwin2019-12-034-1/+41
* Fixed typo in topics docsClaude Paroz2019-12-031-1/+1
* Added stub release notes for 3.0.1.Mariusz Felisiak2019-12-022-0/+13
* Fixed #31006 -- Doc'd backslash escaping in date/time template filters.Ryan Cheley2019-12-021-1/+12
* Finalized release notes for Django 3.0.Carlton Gibson2019-12-021-3/+3
* Added CVE-2019-19118 to the security archive.Carlton Gibson2019-12-021-0/+13
* Removed issue reporter name from 2.1.15 and 2.2.8 release notes.Carlton Gibson2019-12-022-4/+0
* Added release dates for 2.1.15, 2.2.8 and 3.0.Carlton Gibson2019-12-023-3/+3
* Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson2019-12-022-3/+81
* Refs #30953 -- Added 2.1.15 release note for 0107e3d1058f653f66032f7fd3a0bd61...Mariusz Felisiak2019-12-021-1/+5
* Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...Mariusz Felisiak2019-12-022-0/+14
* Fixed #31021 -- Fixed proxy model permissions data migration crash with a mul...Mariusz Felisiak2019-11-291-0/+4
* Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon2019-11-277-21/+24
* Refs #31029 -- Added note about :rfc: role in writing documentation docs.Baptiste Mispelon2019-11-271-0/+4
* Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dat...Farhaan Bukhsh2019-11-272-4/+18
* Refs #30803 -- Allowed comma separators for decimal fractions in parse_durati...Farhaan Bukhsh2019-11-272-0/+8
* Fixed #31018 -- Removed django-nonrel in NoSQL databases FAQ.Mariusz Felisiak2019-11-271-5/+4
* Improved custom MultiWidget example in docs.Adam Johnson2019-11-261-40/+34
* Used :ticket: role in all tickets links.Sergey Fedoseev2019-11-268-24/+15
* Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefi...Baptiste Mispelon2019-11-261-1/+3
* Updated link to IBM DB2 backend.Sergey Fedoseev2019-11-251-1/+1
* Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx ...Baptiste Mispelon2019-11-251-4/+1
* Doc'd SpatiaLite support of 3D geometry fields.Sergey Fedoseev2019-11-251-1/+1
* Refs #25388 -- Corrected value of TEST MIGRATE setting in MIGRATION_MODULES d...Jon Dufresne2019-11-251-3/+4
* Fixed #28469 -- Doc'd how to create a custom HttpResponse subclass.Baptiste Mispelon2019-11-251-0/+14
* Fixed #30996 -- Added AsWKB and AsWKT GIS functions.Sergey Fedoseev2019-11-223-3/+50
* Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required ...Carlton Gibson2019-11-211-4/+0
* Fixed #30484 -- Added conditional expressions support to CheckConstraint.Simon Charette2019-11-212-2/+8
* Fixed #30625 -- Doc'd cache.get()/delete() behavior change in Django 2.2.Hasan Ramezani2019-11-211-0/+3
* Made versionadded/versionchanged annotations without a content end with ".".Sergey Fedoseev2019-11-211-1/+1