summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Expand)Author
2017-04-03[1.11.x] Fixed typos in docs/howto/static-files/index.txt.Aleksej Manaev
2017-03-27[1.11.x] Made a few cosmetic updates to "Migrations that add unique fields".Paolo Melchiorre
2017-03-01[1.11.x] Fixed typo in docs/howto/custom-template-tags.txt.albertoconnor
2017-02-13[1.11.x] Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.Tim Graham
2017-01-30[1.11.x] Added missing word in docs/howto/error-reporting.txt.Ryan Castner
2017-01-21[1.11.x] Removed unused imports in example migrations.Arkadiusz Adamski
2017-01-17Fixed #27739 -- Documented LabelCommand.label.Ed Morley
2016-12-28Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.Adam Chainz
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-11-22Updated doc links to virtualenv website.Daniel Musketa
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-11-06Fixed #27133 -- Doc'd how to provide initial data with migrations.Krzysztof Żuraw
2016-10-25Replaced Outputting PDF's "Further Resources" with a link to Django Packages.Tim Graham
2016-10-25Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-10-02Fixed #27305 -- Removed BaseCommand.can_import_settings unused attributeClaude Paroz
2016-09-29Fixed typos in docs/howto/deployment/checklist.txt.Laurent
2016-09-29Normalized spelling of "Web server/page" in docs.Tim Graham
2016-09-12Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt.Tim Graham
2016-08-23Fixed #24650 -- Documented how to change an unmanaged model to managed.Tim Graham
2016-08-18Corrected text from Python's Windows installer.Timothy Allen
2016-07-27Removed extra periods in docs/howto/static-files/index.txt headers.Kenneth Schnall
2016-07-25Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.Naved Khan
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-06-08Fixed #26702 -- Documented how to change the base class of a custom field.Baylee Feore
2016-06-06Fixed #26713 -- Documented resolving deprecation warnings before upgrade.Tom Christie
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-10Fixed #24046 -- Deprecated the "escape" half of utils.safestring.Tim Graham
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-05-06Fixed code example in docs/howto/custom-lookups.txtvytisb
2016-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz
2016-05-03Normalized "an SQL" spelling.Ville Skyttä
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-27Fixed typo in docs/howto/deployment/wsgi/index.txteltronix
2016-04-26Fixed reference to Question model in management command how-to.eltronix
2016-04-16Updated Windows docs for completenessKatie McLaughlin
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-04-06Removed extra blank lines in last commit.Tim Graham
2016-04-06Refs #24016 -- Edited "Migrating data between third-party apps" howto.Tobias Kunze
2016-04-03Fixed #24016 -- Added documentation about third-party app data migrationsrixx
2016-03-31Fixed #26436 -- Added a link to the settings filtering in the error reporting...Tim Graham
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-03-09Fixed #26302 -- Removed incorrect statement about virtual hosts.girish ramnani
2016-03-01Fixed #26303 -- Updated links to mod_wsgi docs.Alasdair Nicol
2016-02-19Fixed #26243 -- Noted that 'python -R' is enabled by default in Python 3.3.Raphael Michel
2016-02-17Followed recommended ValidationError use in docs.Jon Dufresne
2016-02-12Fixed #25304 -- Allowed management commands to check if migrations are applied.Mounir Messelmeni
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2016-02-02Updated xhtml2pdf name/URL in docs.Ramon Moraes