summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2019-05-27[2.2.x] Doc'd that extra_email_context can be used to override default ↵Mariusz Felisiak
template context values in PasswordResetView. Backport of 8bdc7a6778ab3849c31ec77a997d07676f210419 from master
2019-05-24[2.2.x] Fixed #30504 -- Corrected redirect() signature in docs.Shashank Parekh
Backport of 8000767769ac37ec7f73eb9fcc4b3fc7399a5808 from master
2019-05-24[2.2.x] Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML ↵Caio Ariede
declaration and comments. Backport of 4fb9e7b057507dda1bccd969871ae350f6c68fef from master
2019-05-22[2.2.x] Fixed #30419 -- Favored Meta.indexes over Meta.index_together in ↵Akshesh
optimization docs. Backport of 888fdf182e164fa4b24aa82fa833c90a2b9bee7a from master
2019-05-17[2.2.x] Changed docs to link to Python's description of iterable.Jon Dufresne
Backport of e86cc14bd36734d81c4e490a2453778e33b95a45 from master
2019-05-17[2.2.x] Fixed #30395 -- Doc'd a limitation of ModelForm.Meta.widgets.Tobias Kunze
Backport of a309821c973cf3bcfe817bb71163fcccc461cec1 from master
2019-05-15[2.2.x] Changed tuple choices to list in docs.Jon Dufresne
Backport of 97d3321e89c8d4434927bdbc308db1ccffa99d3b from master
2019-05-15[2.2.x] Fixed #30316 -- Added source code link to the default logging ↵Ahisahar Pretel
configuration in logging docs. Backport of 717362d810955b9514e2ccd989f8a1647c9d7a00 from master
2019-05-14[2.2.x] Fixed #30437 -- Clarified that urlpatterns can be a sequence.Jonatas C. Damasceno
Backport of 8aad3321ed6f0b603361767a4fe00d046b5fdd34 from master
2019-04-30[2.2.x] Fixed #20629 -- Rephrased custom user models admonition.Tobias Kunze
Backport of eb16c7260e573ec513d84cb586d96bdf508f3173 from master
2019-04-24[2.2.x] Changed tuple Mate.unique_together/permissions to lists in docs.Luke Plant
Backport of 0c916255eb4d94e06e123fafec93efdba45b1259 from master
2019-04-16[2.2.x] Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape ↵Tobias Kunze
translations. Backport of 7d49ad76562e8c0597a0eb66046ab423b12888d8 from master
2019-04-16[2.2.x] Fixed #14009 -- Fixed custom formset validation example in docs.Tobias Kunze
Backport of d610521bffe9d44a070ebe3a719b474aff6d3d1e from master
2019-04-13[2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.Daniel Musketa
Backport of ba726067604ce5a8ca3919edf653496722b433ab from master
2019-03-29[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
Backport of 198a2a9381a415f76c3170753270f5087ce4475a from master.
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
Backport of a68c029e224cebe540da7447dbbd27993b4aa793 from master.
2019-03-12[2.2.x] Fixed #30161 -- Added how to decorate class-based views to view ↵alexanderblnf
decorators docs. Backport of 406de977ea1a6429535d21240e3ecdac06d4516c from master.
2019-03-05[2.2.x] Doc'd the use of --noinput for test database handling.Samuel Gaist
Backport of 75840688f94c022cd2a62143149a30e6d2db8496 from master.
2019-02-28[2.2.x] Clarified permission-related docs.Tobias Bengfort
Backport of 632d4861ddb99a2c9d11642fcfa4ad542b427d6b from master
2019-02-25[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.Tim Graham
Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master
2019-02-16[2.2.x] Fixed #30187 -- Moved "install Django" command to a console box.Mariusz Felisiak
Backport of edec11ce86a1a0d9e4c5a2a0df6acaf655041c24 from master
2019-02-13[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654) to avoid a crash when the user shell doesn't support non-ASCII characters. Backport of 2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac from master.
2019-02-11[2.2.x] Fixed indentation in docs/topics/templates.txt.Jonatan Alexis Anauati
Backport of 85ada61ac492ec6031db813463f4ea6820fee20b from master.
2019-02-08[2.2.x] Removed extra characters in docs header underlines.Mariusz Felisiak
Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master
2019-01-31[2.2.x] Used LoginRequiredMixin in "Models and request.user" example.Daniel Roseman
Backport of 6da28d5edfaee1858c8f7ae603a717aaa05e15cf from master.
2019-01-28[2.2.x] Refs #30033 -- Doc'd change regarding apps without migrations ↵Tim Graham
depending on apps with migrations. The addition of self.connection.check_constraints() in 7289874adceec46b5367ec3157cdd10c711253a0 is the cause. Backport of fcfb7306586184f08c7f75c174f95b54a212320d from master.
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
Co-Authored-By: Simon Charette <charette.s@gmail.com> Co-Authored-By: Antoine Catton <acatton@fusionbox.com>
2019-01-15Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a ↵Collin Anderson
through model.
2019-01-14Fixed "lets" mistakes in docs.David Beitey
2019-01-11Refs #29738 -- Allowed registering serializers with MigrationWriter.can
2019-01-10Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.Simon Charette
SimpleTestCase.databases makes it possible to determine the set of databases required to run the discovered tests.
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in ↵Simon Charette
favor of databases.
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-12-27Updated OWASP Top 10 link to the latest version.Vedran Karačić
2018-12-27Fixed broken links to PyYAML page.CHI Cheng
2018-12-21Fixed #29750 -- Added View.setup() hook for class-based views.François Freitag
2018-12-12Fixed #30036 -- Removed unused imports in pagination example.Carlton Gibson
2018-11-29Fixed #29991 -- Doc'd logger propogation for the default logging config.raratiru
2018-11-26Updated docs for fast column creation with defaults in PostgreSQL 11.Damian Dimmich
2018-11-23Fixed typo in docs/topics/i18n/translation.txt.andreage
2018-11-15Fixed #29864 -- Added link targets for low-level cache API.Prabakaran Kumaresshan
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-11-13Fixed #29940 -- Recommended using the ORM rather than raw SQL.Katie McLaughlin
2018-11-12Doc'd PermissionsMixin's usage of User.is_active and is_superuser.Tobias Bengfort
2018-11-10Updated some links to https and new locations.Mads Jensen
2018-10-27Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham
2018-10-23Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne
2018-10-23Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za
2018-10-22Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
2018-10-18Updated Jinja2 static tag example to use django.templatetags.Andy Chosak
As of cf546e11ac76c8dec527e39ff8ce8249a195ab42, this is the canonical way to invoke the static tag.