summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
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.
2018-10-17Removed obsolete "ugly URL" reference.Tom Dyson
2018-10-15Fixed #29817 -- Deprecated settings.FILE_CHARSET.Jon Dufresne
2018-10-13Removed unused fields from aggregation docs.Peter Inglesby
2018-10-11Fixed #29814 -- Added support for NoneType serialization in migrations.Patrik Sletmo
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-10-01Fixed #29758 -- Documented how to test custom error views.Cammil Taank
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-09-26Fixed #29683 -- Added view permission to docs.Stephen James
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2018-09-25Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-09-25Refs #29784 -- Changed Python f-string link to use intersphinx.Jon Dufresne
2018-09-14Fixed #29756 -- Doc'd that model field names can't end with an underscore.Tim Graham
2018-09-13Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.Ramiro Morales
Thanks Ramiro Morales for contributing to the patch.
2018-09-10Fixed #16995 -- Clarified interaction of initial and extra with model formsets.melipone