summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Collapse)Author
2016-07-27[1.10.x] Removed extra periods in docs/howto/static-files/index.txt headers.Kenneth Schnall
Backport of cd2e4293cbf3416af6c478c5aaab711cae88892c from master
2016-07-25[1.10.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.Naved Khan
Backport of 9a5a789da2b53a9c19ea47130507ce26839eb008 from master
2016-06-15[1.10.x] Fixed broken links in docs and comments.Ville Skyttä
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
2016-06-08[1.10.x] Fixed #26702 -- Documented how to change the base class of a custom ↵Baylee Feore
field. Backport of 7767978beec6098baea75d50a191a3b8224e729f from master
2016-06-06[1.10.x] Fixed #26713 -- Documented resolving deprecation warnings before ↵Tom Christie
upgrade. Backport of 316395d82874beea6af08a873e91b1880d0b982a from master
2016-06-03[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP.
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
Thanks Tim Graham for completing the initial patch.
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
- Update installer option for PATH installation - Add link directly to pip install docu, ref get-pip.py - Add note about installing Django to the virtualenv that was setup in the previous step
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
There was confusion about how to migrate data from third-party applications when you are going to uninstall the application later on. Thanks to Markus, Marten and Sergei for help and review.
2016-03-31Fixed #26436 -- Added a link to the settings filtering in the error ↵Tim Graham
reporting howto. Thanks mlissner for the suggestion.
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
Added the Migration.atomic attribute which can be set to False for non-atomic migrations.
2016-02-02Updated xhtml2pdf name/URL in docs.Ramon Moraes
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review.
2016-01-12Removed an unncessary docs cross-reference for call_command().Tim Graham
2016-01-12Made CommandError use the exception directive in docs.Tim Graham
2016-01-11Added missing period to "etc.".pp
2016-01-11Refs #25755 -- Unified a couple more spellings of 'website'.pp
2016-01-08Fixed #26055 -- Removed an orphaned phrase in ↵Tim Graham
docs/howto/deployment/wsgi/modwsgi.txt.
2015-12-29Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.za
2015-12-24Discouraged use of /tmp with predictable names.Chris Lamb
The use of predictable filenames in /tmp often leads to symlink attacks so remove the most obvious use of them in the docs.
2015-12-11Fixed #25893 -- Corrected custom lookups example.Bruno Alla
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if ↵Johannes Hoppe
installed.
2015-12-04Fixed #13774 -- Added models.Field.rel_db_type().Alexander Sosnovskiy
2015-12-03Fixed #25851 -- Removed links to deprecated assignment tag docs.Alasdair Nicol
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-17Fixed #25526 -- Documented how to output colored text in custom management ↵Elena Oat
commands.
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-14Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.Florian Demmer
Thanks Fako Berkers for help with the patch.
2015-10-21Revised Windows install instructions for Python 3.5.Tim Allen
Added instructions for installing virtualenv and virtualenvwrapper.
2015-10-06Fixed #25515 -- Documented the return value of BaseCommand.handle()Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham