summaryrefslogtreecommitdiff
path: root/docs/topics
Commit message (Expand)AuthorAgeFilesLines
* [2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope2019-03-291-1/+1
* [2.2.x] Used extlinks for Django's source code.Tim Graham2019-03-282-8/+4
* [2.2.x] Fixed #30161 -- Added how to decorate class-based views to view decor...alexanderblnf2019-03-122-0/+6
* [2.2.x] Doc'd the use of --noinput for test database handling.Samuel Gaist2019-03-051-0/+7
* [2.2.x] Clarified permission-related docs.Tobias Bengfort2019-02-282-1/+2
* [2.2.x] Refs #29683 -- Updated multi-db docs for view permission.Tim Graham2019-02-251-1/+1
* [2.2.x] Fixed #30187 -- Moved "install Django" command to a console box.Mariusz Felisiak2019-02-161-2/+5
* [2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis2019-02-132-3/+3
* [2.2.x] Fixed indentation in docs/topics/templates.txt.Jonatan Alexis Anauati2019-02-111-1/+1
* [2.2.x] Removed extra characters in docs header underlines.Mariusz Felisiak2019-02-082-2/+2
* [2.2.x] Used LoginRequiredMixin in "Models and request.user" example.Daniel Roseman2019-01-311-6/+5
* [2.2.x] Refs #30033 -- Doc'd change regarding apps without migrations dependi...Tim Graham2019-01-281-0/+4
* Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio2019-01-161-0/+52
* Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...Collin Anderson2019-01-152-31/+21
* Fixed "lets" mistakes in docs.David Beitey2019-01-141-1/+1
* Refs #29738 -- Allowed registering serializers with MigrationWriter.can2019-01-111-0/+29
* Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.Simon Charette2019-01-102-8/+17
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-16/+71
* Followed style guide for model attribute ordering.Matt Wiens2018-12-272-14/+12
* Updated OWASP Top 10 link to the latest version.Vedran Karačić2018-12-271-1/+1
* Fixed broken links to PyYAML page.CHI Cheng2018-12-271-1/+1
* Fixed #29750 -- Added View.setup() hook for class-based views.François Freitag2018-12-211-5/+6
* Fixed #30036 -- Removed unused imports in pagination example.Carlton Gibson2018-12-121-1/+1
* Fixed #29991 -- Doc'd logger propogation for the default logging config.raratiru2018-11-291-0/+5
* Updated docs for fast column creation with defaults in PostgreSQL 11.Damian Dimmich2018-11-261-2/+3
* Fixed typo in docs/topics/i18n/translation.txt.andreage2018-11-231-1/+1
* Fixed #29864 -- Added link targets for low-level cache API.Prabakaran Kumaresshan2018-11-151-4/+29
* Used auto-numbered lists in documentation.François Freitag2018-11-1513-62/+62
* Fixed #29940 -- Recommended using the ORM rather than raw SQL.Katie McLaughlin2018-11-131-5/+21
* Doc'd PermissionsMixin's usage of User.is_active and is_superuser.Tobias Bengfort2018-11-121-6/+9
* Updated some links to https and new locations.Mads Jensen2018-11-101-1/+1
* Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham2018-10-271-3/+3
* Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne2018-10-231-1/+1
* Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za2018-10-231-1/+1
* Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham2018-10-221-2/+2
* Updated Jinja2 static tag example to use django.templatetags.Andy Chosak2018-10-181-2/+2
* Removed obsolete "ugly URL" reference.Tom Dyson2018-10-171-3/+0
* Fixed #29817 -- Deprecated settings.FILE_CHARSET.Jon Dufresne2018-10-151-1/+1
* Removed unused fields from aggregation docs.Peter Inglesby2018-10-131-2/+0
* Fixed #29814 -- Added support for NoneType serialization in migrations.Patrik Sletmo2018-10-111-1/+5
* Capitalized "Python" in docs and comments.Jon Dufresne2018-10-091-1/+1
* Fixed #29758 -- Documented how to test custom error views.Cammil Taank2018-10-011-0/+36
* Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev2018-09-281-1/+1
* Fixed #29683 -- Added view permission to docs.Stephen James2018-09-263-10/+9
* Normalized spelling of "lowercase" and "lowercased".Jon Dufresne2018-09-253-13/+13
* Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne2018-09-251-1/+1
* Refs #29784 -- Changed Python f-string link to use intersphinx.Jon Dufresne2018-09-251-3/+3
* Fixed #29756 -- Doc'd that model field names can't end with an underscore.Tim Graham2018-09-141-1/+3
* Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.Ramiro Morales2018-09-131-0/+7
* Fixed #16995 -- Clarified interaction of initial and extra with model formsets.melipone2018-09-101-2/+4