summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2019-09-25[3.0.x] Documented admonition on when to use custom signalsAdam Johnson
2019-09-24[3.0.x] Refs #27910 -- Doc'd support for enumeration types serialization in m...Mariusz Felisiak
2019-09-24[3.0.x] Refs #30350 -- Doc'd support for range serialization in migrations.Mariusz Felisiak
2019-09-24[3.0.x] Updated the default cache key transformation in documentation.Ryan Nowakowski
2019-09-24[3.0.x] Refs #26601 -- Used new-style middlewares in documentation.Claude Paroz
2019-09-09Fixed #29406 -- Added support for Referrer-Policy header.Nick Pope
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-09-04Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger
2019-09-04Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.Nasir Hussain
2019-08-29Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag
2019-08-29Removed unneeded * markers from parameter names.Carlton Gibson
2019-08-29Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios
2019-08-26Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.Hasan Ramezani
2019-08-21Fixed broken links and redirects in documentation.François Freitag
2019-08-20Fixed #30695 -- Used relative path in default_storage docs example.Harrison88
2019-08-20Corrected typo in search docs. (#11673)Dan Swain
2019-08-02Fixed #30661 -- Added models.SmallAutoField.Nick Pope
2019-07-29Fixed #30656 -- Added QuerySet.bulk_update() to the database optimization docs.daniel a rios
2019-07-29Refs #30656 -- Reorganized bulk methods in the database optimization docs.daniel a rios
2019-07-23Fixed typo in docs/topics/http/sessions.txt.terminator14
2019-07-18Fixed #30648 -- Removed unnecessary overriding get_context_data() from mixins...Davit Gachechiladze
2019-07-08Fixed #30620 -- Made an example of admin-compliant custom user app pep8 compl...Nuno
2019-07-04Fixed #30600 -- Clarified that ValueError raised by converter.to_python() mea...sp1rs
2019-07-04Fixed #28581 -- Moved django.core.paginator documentation to API Reference.luto
2019-07-04Refs #28581 -- Doc's how to paginate a ListView.luto