summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Expand)Author
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
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
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 docs/howto/deployment/wsgi/modw...Tim Graham
2015-12-29Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.za
2015-12-24Discouraged use of /tmp with predictable names.Chris Lamb
2015-12-11Fixed #25893 -- Corrected custom lookups example.Bruno Alla
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
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 co...Elena Oat
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-14Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.Florian Demmer
2015-10-21Revised Windows install instructions for Python 3.5.Tim Allen
2015-10-06Fixed #25515 -- Documented the return value of BaseCommand.handle()Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Refs #22835 -- Removed NoArgsCommand per deprecation timeline.Tim Graham
2015-09-23Refs #9893 -- Removed shims for lack of max_length support in file storage pe...Tim Graham
2015-09-23Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham
2015-09-23Removed SubfieldBase per deprecation timeline.Tim Graham
2015-09-22Fixed #25447 -- Emphasized the need to restart dev server when adding templat...Henry Jordan
2015-09-21Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton
2015-09-14Reverted "Fixed #25203 -- Documented how to pass Apache environment variables...Tim Graham
2015-09-11Fixed #25203 -- Documented how to pass Apache environment variables to Django.Paul Rentschler
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-09-04Updated static files howto title to include JavaScript.David Gibbons
2015-08-31Fixed #25259 -- Added comments to header of generated migration filesTyson Clugg
2015-08-24Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when...Maxime Lorant
2015-08-10Removed unnecessary comma in docsClaude Paroz
2015-08-08Updated various links in docsClaude Paroz
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-01Fixed #25207 -- Misspelled word in documentation: dialogueCaio Ariede
2015-08-01Removed obsolete note about sentry/raven not handling WSGI properly.Matt Robenolt
2015-07-30Fixed #25199 -- Fixed dead link to HTMLdoc.Tim Graham
2015-07-28Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.Tim Graham
2015-07-25Fixed malformed Sphinx directives.Tim Graham