summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2020-03-25[3.0.x] Added additional note that tests use locmem email backend.Adam Johnson
2020-03-25[3.0.x] Improved docs on migration reversibility.Adam Johnson
2020-03-25[3.0.x] Improved sessions notes in deployment checklist.Adam Johnson
2020-03-17[3.0.x] Fixed typo in docs/topics/async.txt.Carlton Gibson
2020-03-17[3.0.x] Made logging config examples more accessible.Ben Li-Sauerwine
2020-03-17[3.0.x] Corrected outdated sentence in One-to-one relationships docs.Philipp Bosch
2020-03-13[3.0.x] Refs #31224 -- Doc'd async adapter functions.Andrew Godwin
2020-03-10[3.0.x] Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz
2020-03-10[3.0.x] Fixed #27865 -- Adjusted docs example to avoid confusion with models....Adam Radwon
2020-03-09[3.0.x] Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt.Shrikrishna Singh
2020-03-06[3.0.x] Added missing backticks in various docs.Mariusz Felisiak
2020-03-06[3.0.x] Fixed #31342 -- Clarified docs about using base managers for related ...Carlton Gibson
2020-03-05[3.0.x] Fixed #31341 -- Doc'd minimal gettext version with ES6 template strin...Claude Paroz
2020-02-24[3.0.x] Fixed #31303 -- Removed outdated note about symmetrical intermediate ...Matheus Cunha Motta
2020-02-19[3.0.x] Fixed #30040 -- Used default permission name in docs examples to avoi...Hasan Ramezani
2020-01-29[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.Jon Dufresne
2020-01-24[3.0.x] Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs.Roy Smith
2020-01-15[3.0.x] Refs #29998 -- Corrected auto-created OneToOneField parent_link in MT...Mariusz Felisiak
2020-01-09[3.0.x] More accurate terminology ("logger" instead of "logging handler") in ...Kal Sze
2020-01-08[3.0.x] Clarified that ValueError raised by converter.to_python() means no ma...Jack Cushman
2020-01-07[3.0.x] Fixed #31103 -- Improved pagination topic documentation.Mark Bailey
2019-12-23[3.0.x] Removed unnecessary code-block directives in various docs.Jon Dufresne
2019-12-20[3.0.x] Added example of assertNumQueries() with "using" kwarg in testing top...Garry Polley
2019-12-19[3.0.x] Refs #28954 -- Remove remaining Jython documentation.Nick Pope
2019-12-18[3.0.x] Corrected some typos in documentation.Hasan Ramezani
2019-12-12[3.0.x] Fixed #31069, Refs #26431 -- Doc'd RegexPattern behavior change in pa...Hasan Ramezani
2019-12-06[3.0.x] Fixed #31061 -- Ignored positional args in django.urls.resolve() when...Mariusz Felisiak
2019-12-04[3.0.x] Fixed #20456 -- Added example of directly testing CBVs in topics docs.Felipe Lee
2019-12-04[3.0.x] Removed leftover word in CBV mixins docs.Claude Paroz
2019-12-03[3.0.x] Fixed #31056 -- Allowed disabling async-unsafe check with an environm...Andrew Godwin
2019-12-03[3.0.x] Refs #30451 -- Doc'd asynchronous support and async-safety.Andrew Godwin
2019-12-03[stable/3.0.x] Fixed typo in topics docsClaude Paroz
2019-11-26[3.0.x] Used :ticket: role in all tickets links.Sergey Fedoseev
2019-11-20[3.0.x] Fixed #31008 -- Fixed typos in docs/topics/logging.txt.Mariusz Felisiak
2019-11-20[3.0.x] Fixed #27164 -- Fixed an example of using routers in multiple databas...Caio Ariede
2019-11-12[3.0.x] Fixed #30828 -- Added how to remove/insert many-to-many relations in ...David Foster
2019-11-11[3.0.x] Fixed typo in docs/topics/files.txt.Mariusz Felisiak
2019-11-08[3.0.x] Fixed #30955 -- Doc'd that only concrete base models are stored in hi...Shipeng Feng
2019-11-07[3.0.x] Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.René Fleschenberg
2019-11-05[3.0.x] Refs #30947 -- Changed tuples to lists in model Meta options examples...Mariusz Felisiak
2019-11-04[3.0.x] Updated list of field types conversions in ModelForm docs.Adam Johnson
2019-10-30[3.0.x] Corrected error message in Many-to-many relationships docs.Mariusz Felisiak
2019-10-30[3.0.x] Fixed #30917 -- Clarified formsets topic documentation.Ken Whitesell
2019-10-29[3.0.x] Fixed #13750 -- Clarified need to reopen models.ImageField.image file...Hasan Ramezani
2019-10-29[3.0.x] Fixed typo in docs/topics/files.txt.Mariusz Felisiak
2019-10-28[3.0.x] Documented the order in which signal receivers are called.Adam Johnson
2019-10-14[3.0.x] Refs #26207 -- Removed obsolete note about slow constructing a model ...Simon Charette
2019-10-09[3.0.x] Fixed #11097 -- Added note about parent link fields in formsets for m...Mac Chapman
2019-10-08[3.0.x] Fixed #28790 -- Doc'd how to avoid running certain test classes in pa...Caio Ariede
2019-09-27[3.0.x] Fixed #30597 -- Clarified how to unapply migrations.David Vaz