summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2022-09-16Fixed #33966 -- Added support for using KeyTextTransform from lookup.Allen Jonathan David
2022-09-15Described Article-Reporter relationship in many-to-one topic.Pamela Fox
2022-09-09Corrected example of redundant all() in docs.Dhanush
2022-09-06Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on...SirAbhi13
2022-08-31Fixed #33965 -- Improved file-like object example of ImageField in docs.Alex Morega
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-08-30Fixed #33958 -- Added imports to examples in "Expressions can reference trans...Iván Camilo Triviño López
2022-08-26Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL.Mariusz Felisiak
2022-08-25Refs #18707 -- Corrected django.test.Client signature in docs.Daniel Hahler
2022-08-25Fixed #33916 -- Added support for serialization of enum.Flag in migrations.Willem Van Onsem
2022-08-23Fixed #33939 -- Used functools.partial() in transaction.on_commit() examples.Alex Morega
2022-08-16Fixed #33909 -- Corrected django.dispatch.receiver() signature.Youssef
2022-08-09Refs #33842 -- Added :ttag: role in translations docs.Ramil Yanbulatov
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2022-08-08Fixed typo in docs/topics/i18n/translation.txt.Alessandro Baccini
2022-08-08Fixed #31721 -- Allowed ModelForm meta to specify form fields.Kamil Turek
2022-07-29Fixed typo in docs/topics/testing/tools.txt.rharri
2022-07-26Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transfor...Mariusz Felisiak
2022-07-26Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...Mariusz Felisiak
2022-07-23Refs #33691 -- Deprecated insecure password hashers.Claude Paroz
2022-07-14Fixed #33631 -- Marked {% blocktranslate asvar %} result as HTML safe.cheng
2022-07-08Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock
2022-07-02Fixed typo in docs/topics/signals.txt.Aristotelis Mikropoulos
2022-06-28Fixed #32749 -- Doc'd PyMemcacheCache defaults.Pablo Montepagano
2022-06-27Fixed #33422 -- Improved docs about isolating apps.Christopher Adams
2022-06-16Updated OWASP Top 10 link in security topic.Grammy Jiang
2022-06-03Fixed #33764 -- Deprecated BaseUserManager.make_random_password().Ciaran McCormick
2022-06-02Fixed #33757 -- Clarified Client.post() file upload example.Tim Graham
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2022-05-19Removed unnecessary semicolons in docs about performing raw SQL.Tom Sparrow
2022-05-18Refs #33646 -- Fixed link markup in queries topic doc.Simon Willison
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-05-11Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.Mariusz Felisiak
2022-05-10Fixed #33622 -- Allowed customizing error messages for invalid number of forms.Marc Seguí Coll
2022-05-05Fixed #32339 -- Added div.html form template.David Smith
2022-05-04Refs #32339 -- Restructured outputting HTML form docs.Carlton Gibson
2022-05-04Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak
2022-04-28Removed hyphen from pre-/re- prefixes.David
2022-04-28Added backticks to code literals in various docs.David
2022-04-28Changed "ie." to "i.e." in docs.David
2022-04-27Refs #32339 -- Allowed renderer to specify default form and formset templates.Carlton Gibson
2022-04-26Fixed #33646 -- Added async-compatible interface to QuerySet.Andrew Godwin
2022-04-20Refs #33646 -- Added example for async cross-thread connection access.Carlton Gibson
2022-04-19Updated note about ListView pagination example in CBV docs.Theofilos Alexiou
2022-04-07Fixed #33611 -- Allowed View subclasses to define async method handlers.Carlton Gibson
2022-04-06Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...Baptiste Mispelon
2022-04-01Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...Lucidiot
2022-03-31Fixed #32129 -- Adjusted the docs for session expiry helpers.sarahboyce
2022-03-30Refs #32339 -- Added use_fieldset to Widget.David
2022-03-29Updated various links to HTTPS and new locations.Mariusz Felisiak