summaryrefslogtreecommitdiff
path: root/docs/topics
Commit message (Expand)AuthorAgeFilesLines
* More accurate terminology ("logger" instead of "logging handler") in logging ...Kal Sze2020-01-091-4/+3
* Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...Jack Cushman2020-01-091-2/+11
* Clarified that ValueError raised by converter.to_python() means no match unle...Jack Cushman2020-01-081-1/+1
* Fixed #31103 -- Improved pagination topic documentation.Mark Bailey2020-01-071-43/+40
* Removed "Don't do that" from docs and error messages.Adam Johnson2020-01-062-8/+8
* Removed unnecessary code-block directives in various docs.Jon Dufresne2019-12-233-39/+14
* Added example of assertNumQueries() with "using" kwarg in testing topics docs.Garry Polley2019-12-201-3/+6
* Refs #28954 -- Remove remaining Jython documentation.Nick Pope2019-12-191-7/+0
* Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen2019-12-182-69/+81
* Corrected some typos in documentation.Hasan Ramezani2019-12-183-3/+3
* Fixed #31069, Refs #26431 -- Doc'd RegexPattern behavior change in passing op...Hasan Ramezani2019-12-121-2/+7
* Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne2019-12-112-28/+28
* Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...Mariusz Felisiak2019-12-061-1/+1
* Fixed #20456 -- Added example of directly testing CBVs in topics docs.Felipe Lee2019-12-041-0/+42
* Removed leftover word in CBV mixins docs.Claude Paroz2019-12-041-3/+3
* Fixed #31056 -- Allowed disabling async-unsafe check with an environment vari...Andrew Godwin2019-12-031-0/+20
* Refs #30451 -- Doc'd asynchronous support and async-safety.Andrew Godwin2019-12-032-0/+37
* Fixed typo in topics docsClaude Paroz2019-12-031-1/+1
* Used :ticket: role in all tickets links.Sergey Fedoseev2019-11-263-9/+5
* Fixed #31008 -- Fixed typos in docs/topics/logging.txt.Mariusz Felisiak2019-11-201-6/+6
* Fixed #27164 -- Fixed an example of using routers in multiple databases docs.Caio Ariede2019-11-201-12/+19
* Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede2019-11-191-0/+2
* Fixed #30988 -- Deprecated the InvalidQuery exception.Simon Charette2019-11-181-2/+3
* Fixed #30759 -- Made cache.delete() return whether it succeeded.daniel a rios2019-11-141-0/+9
* Fixed #30828 -- Added how to remove/insert many-to-many relations in bulk to ...David Foster2019-11-121-0/+62
* Fixed typo in docs/topics/files.txt.Mariusz Felisiak2019-11-111-1/+1
* Fixed #30948 -- Changed packaging to use declarative config in setup.cfg.Jon Dufresne2019-11-081-2/+2
* Fixed #30955 -- Doc'd that only concrete base models are stored in historical...Shipeng Feng2019-11-081-5/+5
* Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.René Fleschenberg2019-11-071-6/+6
* Refs #29983 -- Added pathlib.Path support to the file email backend.Jon Dufresne2019-11-061-0/+4
* Refs #30947 -- Changed tuples to lists in model Meta options examples in docs.Mariusz Felisiak2019-11-042-3/+3
* Updated list of field types conversions in ModelForm docs.Adam Johnson2019-11-041-1/+5
* Corrected error message in Many-to-many relationships docs.Mariusz Felisiak2019-10-301-1/+1
* Fixed #30917 -- Clarified formsets topic documentation.Ken Whitesell2019-10-301-5/+5
* Fixed #13750 -- Clarified need to reopen models.ImageField.image file to acce...Hasan Ramezani2019-10-291-0/+21
* Fixed typo in docs/topics/files.txt.Mariusz Felisiak2019-10-291-1/+1
* Documented the order in which signal receivers are called.Adam Johnson2019-10-281-1/+2
* Fixed #27391 -- Implemented SimpleTestCase.debug().Pavel Savchenko2019-10-181-0/+5
* Refs #26207 -- Removed obsolete note about slow constructing a model with def...Simon Charette2019-10-141-8/+6
* Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...Flavio Curella2019-10-101-0/+1
* Fixed #11097 -- Added note about parent link fields in formsets for multi-tab...Mac Chapman2019-10-091-0/+6
* Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel.Caio Ariede2019-10-081-0/+34
* Fixed #30597 -- Clarified how to unapply migrations.David Vaz2019-09-271-0/+24
* Documented admonition on when to use custom signals (#11814)Adam Johnson2019-09-251-0/+6
* Refs #27910 -- Doc'd support for enumeration types serialization in migrations.Mariusz Felisiak2019-09-241-0/+1
* Refs #30350 -- Doc'd support for range serialization in migrations.Mariusz Felisiak2019-09-241-1/+1
* Updated the default cache key transformation in documentation.Ryan Nowakowski2019-09-241-1/+1
* Refs #26601 -- Used new-style middlewares in documentation.Claude Paroz2019-09-241-3/+6
* Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.Mariusz Felisiak2019-09-101-7/+0
* Refs #28478 -- Removed support for TestCase's allow_database_queries and mult...Mariusz Felisiak2019-09-101-24/+0