summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2020-06-02[2.2.x] Fixed highlightlang deprecation warning on Sphinx 1.8+.Mariusz Felisiak
2020-06-02[2.2.x] Fixed Sphinx warnings on duplicate object descriptions.Mariusz Felisiak
2020-03-10[2.2.x] Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz
2019-11-26[2.2.x] Used :ticket: role in all tickets links.Sergey Fedoseev
2019-11-20[2.2.x] Fixed #27164 -- Fixed an example of using routers in multiple databas...Caio Ariede
2019-11-12[2.2.x] Fixed #30828 -- Added how to remove/insert many-to-many relations in ...David Foster
2019-11-11[2.2.x] Fixed typo in docs/topics/files.txt.Mariusz Felisiak
2019-11-08[2.2.x] Fixed #30955 -- Doc'd that only concrete base models are stored in hi...Shipeng Feng
2019-11-07[2.2.x] Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.René Fleschenberg
2019-11-05[2.2.x] Refs #30947 -- Changed tuples to lists in model Meta options examples...Mariusz Felisiak
2019-11-04[2.2.x] Updated list of field types conversions in ModelForm docs.Adam Johnson
2019-10-30[2.2.x] Corrected error message in Many-to-many relationships docs.Mariusz Felisiak
2019-10-30[2.2.x] Fixed #30917 -- Clarified formsets topic documentation.Ken Whitesell
2019-10-29[2.2.x] Fixed #13750 -- Clarified need to reopen models.ImageField.image file...Hasan Ramezani
2019-10-29[2.2.x] Fixed typo in docs/topics/files.txt.Mariusz Felisiak
2019-10-28[2.2.x] Documented the order in which signal receivers are called.Adam Johnson
2019-10-14[2.2.x] Refs #26207 -- Removed obsolete note about slow constructing a model ...Simon Charette
2019-10-09[2.2.x] Fixed #11097 -- Added note about parent link fields in formsets for m...Mac Chapman
2019-10-08[2.2.x] Fixed #28790 -- Doc'd how to avoid running certain test classes in pa...Caio Ariede
2019-09-27[2.2.x] Fixed #30597 -- Clarified how to unapply migrations.David Vaz
2019-09-25[2.2.x] Documented admonition on when to use custom signalsAdam Johnson
2019-09-24[2.2.x] Refs #30350 -- Doc'd support for range serialization in migrations.Mariusz Felisiak
2019-09-24[2.2.x] Updated the default cache key transformation in documentation.Ryan Nowakowski
2019-09-24[2.2.x] Refs #26601 -- Used new-style middlewares in documentation.Claude Paroz
2019-08-21[2.2.x] Fixed broken links and redirects in documentation.François Freitag
2019-08-20[2.2.x] Fixed #30695 -- Used relative path in default_storage docs example.Harrison88
2019-07-29[2.2.x] Fixed #30656 -- Added QuerySet.bulk_update() to the database optimiza...daniel a rios
2019-07-29[2.2.x] Refs #30656 -- Reorganized bulk methods in the database optimization ...daniel a rios
2019-07-23[2.2.x] Fixed typo in docs/topics/http/sessions.txt.terminator14
2019-07-18[2.2.x] Fixed #30648 -- Removed unnecessary overriding get_context_data() fro...Davit Gachechiladze
2019-07-04[2.2.x] Fixed #30600 -- Clarified that ValueError raised by converter.to_pyth...sp1rs
2019-07-04[2.2.x] Fixed #28667 -- Clarified how to override list of forms fields for cu...swatantra
2019-06-24[2.2.x] Fixed typo in docs/topics/db/models.txt.Meysam
2019-06-13[2.2.x] Fixed an example of email with display name in EmailMessage.from_email.Joachim Jablon
2019-06-10[2.2.x] Removed redundant object descriptions to prevent warnings with Sphinx...Mariusz Felisiak
2019-06-10[2.2.x] Fixed #30553 -- Clarified the default value of disable_existing_loggers.swatantra
2019-06-04[2.2.x] Fixed #30505 -- Doc'd how changes in the order of Field.choices affec...Caio Ariede
2019-05-27[2.2.x] Doc'd that extra_email_context can be used to override default templa...Mariusz Felisiak
2019-05-24[2.2.x] Fixed #30504 -- Corrected redirect() signature in docs.Shashank Parekh
2019-05-24[2.2.x] Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML declarati...Caio Ariede
2019-05-22[2.2.x] Fixed #30419 -- Favored Meta.indexes over Meta.index_together in opti...Akshesh
2019-05-17[2.2.x] Changed docs to link to Python's description of iterable.Jon Dufresne
2019-05-17[2.2.x] Fixed #30395 -- Doc'd a limitation of ModelForm.Meta.widgets.Tobias Kunze
2019-05-15[2.2.x] Changed tuple choices to list in docs.Jon Dufresne
2019-05-15[2.2.x] Fixed #30316 -- Added source code link to the default logging configu...Ahisahar Pretel
2019-05-14[2.2.x] Fixed #30437 -- Clarified that urlpatterns can be a sequence.Jonatas C. Damasceno
2019-04-30[2.2.x] Fixed #20629 -- Rephrased custom user models admonition.Tobias Kunze
2019-04-24[2.2.x] Changed tuple Mate.unique_together/permissions to lists in docs.Luke Plant
2019-04-16[2.2.x] Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape tra...Tobias Kunze
2019-04-16[2.2.x] Fixed #14009 -- Fixed custom formset validation example in docs.Tobias Kunze