summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2019-02-08[2.2.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2019-01-31[2.2.x] Used LoginRequiredMixin in "Models and request.user" example.Daniel Roseman
2019-01-28[2.2.x] Refs #30033 -- Doc'd change regarding apps without migrations dependi...Tim Graham
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2019-01-15Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...Collin Anderson
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
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
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
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
2018-09-10Fixed #16995 -- Clarified interaction of initial and extra with model formsets.melipone
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-09-10Fixed #29573 -- Added links in aggregation topic guide.Vishvajit Pathak
2018-08-25Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON.Dan Palmer
2018-08-25Fixed #29226 -- Doc'd modify_settings() ordering considerations for Python < ...Benjamin Bach
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-08-18Fixed #29685 -- Added QuerySet.explain() to the database optimization docs.Tom Forbes
2018-08-06Consolidated docs about handling a ForeignKey in custom user model manager.Tim Graham
2018-07-31Removed code terms from docs/spelling_wordlist.Tim Graham
2018-07-24Fixed typo in docs/topics/http/urls.txt.minusf