summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Updated settings example in overriding templates docs.Mariusz Felisiak2020-03-211-1/+1
* Refs #29724 -- Added is_dst parameter to QuerySet.datetimes().Hasan Ramezani2020-03-202-1/+12
* Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/Ma...Rohit2020-03-202-3/+11
* Fixed #31123 -- Added --include-stale-apps option to the remove_stale_content...gowthamk632020-03-192-1/+10
* Refs #29548 -- Mentioned MariaDB in database system checks.Mariusz Felisiak2020-03-191-5/+5
* Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin2020-03-189-11/+342
* Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Express...Hasan Ramezani2020-03-182-0/+4
* Fixed #31371 -- Increased User.first_name max_length to 150 characters.Ryan Petrello2020-03-182-1/+33
* Fixed typo in docs/topics/async.txt.Carlton Gibson2020-03-171-1/+1
* Made logging config examples more accessible.Ben Li-Sauerwine2020-03-171-23/+57
* Corrected outdated sentence in One-to-one relationships docs.Philipp Bosch2020-03-171-1/+1
* Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search l...Baptiste Mispelon2020-03-162-1/+11
* Fixed #31363 -- Added support for negative integers to intword template filter.jay201620162020-03-162-0/+11
* Fixed #31362 -- Removed nonexistent choices attribute from MultipleHiddenInpu...David Smith2020-03-141-6/+0
* Fixed #31330 -- Updated flatpages URLconf example to work with APPEND_SLASH.Hasan Ramezani2020-03-141-1/+1
* Refs #31224 -- Doc'd async adapter functions.Andrew Godwin2020-03-133-5/+111
* Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a erro...David Smith2020-03-123-1/+10
* Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.Claude Paroz2020-03-112-0/+6
* Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz2020-03-103-11/+8
* Removed trailing whitespace in 3.1 release notes.Carlton Gibson2020-03-101-2/+2
* Added stub release notes for 2.2.12.Carlton Gibson2020-03-102-0/+13
* Clarified SeparateDatabaseAndState docs and added example of changing ManyToM...Adam Johnson2020-03-102-4/+102
* Fixed #27865 -- Adjusted docs example to avoid confusion with models.BaseMana...Adam Radwon2020-03-101-4/+4
* Corrected learn_cache_key() signature in docs.Mariusz Felisiak2020-03-101-1/+1
* Updated migrations example in tutorial 2.Mariusz Felisiak2020-03-101-16/+11
* Corrected get_cache_key() signature in docs.Борис Верховский2020-03-101-1/+1
* Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ...Jon Dufresne2020-03-091-0/+3
* Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt.Shrikrishna Singh2020-03-091-2/+2
* Doc'd return values of as_sql() for Func and query expressions.Adam Johnson2020-03-062-5/+9
* Added missing backticks in various docs.Mariusz Felisiak2020-03-066-7/+7
* Fixed #31342 -- Clarified docs about using base managers for related objects.Carlton Gibson2020-03-061-5/+7
* Fixed #31341 -- Doc'd minimal gettext version with ES6 template strings support.Claude Paroz2020-03-051-5/+3
* Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne2020-03-053-11/+12
* Added stub release notes for 3.0.5.Mariusz Felisiak2020-03-042-0/+13
* Fixed typo in docs/releases/1.11.29.txt.Mariusz Felisiak2020-03-041-1/+1
* Added CVE-2020-9402 to security archive.Mariusz Felisiak2020-03-041-0/+14
* Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...Mariusz Felisiak2020-03-044-4/+30
* Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.Hannes Ljungberg2020-03-032-0/+57
* Fixed #31150 -- Included subqueries that reference related fields in GROUP BY...Mariusz Felisiak2020-03-031-0/+3
* Documented default value of InlineModelAdmin.extra.Adam Johnson2020-03-031-1/+1
* Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().Claude Paroz2020-03-022-0/+6
* Removed outdated note about not supporting partial indexes by Django.Mariusz Felisiak2020-02-291-2/+1
* Fixed #31032 -- Updated admin browser support FAQ for 2020.Carlton Gibson2020-02-283-6/+17
* Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...Valze2020-02-271-1/+1
* Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.Simon Charette2020-02-271-0/+4
* Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs.Andrey Doroschenko2020-02-271-1/+4
* Removed hint from fields.E310 message in system check docs.Mariusz Felisiak2020-02-261-2/+1
* Fixed #31291 -- Renamed salt to mask for CSRF tokens.Ram Rachum2020-02-251-3/+3
* Fixed #31303 -- Removed outdated note about symmetrical intermediate table fo...Matheus Cunha Motta2020-02-241-5/+0
* Fixed #31182 -- Adjusted release notes for ASGI support.Adam Johnson2020-02-201-0/+5