summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Collapse)Author
2014-12-30[1.7.x] Revert "Updated some docs for the delayed deprecation of legacy ↵Tim Graham
table creation; refs #22340." The deprecation was moved back to 1.9 in 61da5f3f02f34810aaa6fcddac3808318a5b95c4. Backport of d7fc6eb8ca67a6a628e8c7ce669731cf563606e7 from master
2014-12-08[1.7.x] Fixed typo in docs/howto/custom-lookups.txt.Quentin Pradet
Backport of 6bc343d8749b3698dd15d1de59dfc02928bb772c from master
2014-12-07[1.7.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.Vladimir Rutsky
Backport of 1a408e42eef34d8302da06fcbeaccfa6395d1c92 from master
2014-11-24[1.7.x] Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
Backport of cdee8659763ee7044c1507bcd2202581b1744f0b from master
2014-11-03[1.7.x] Fixed versionchanged indentation in docs/.Berker Peksag
Backport of 5c517ec218 from master
2014-11-03Clarified custom lookups output_field documentationAndy Chosak
2014-11-03[1.7.x] Fixed #23376 -- Clarified that certain Storage methods should be ↵James Brewer
implemented but are not required. Backport of 332706eaa0 from master
2014-10-30[1.7.x] Converted seealso directives to use 4 space indendation.Berker Peksag
Backport of affc04060f from master
2014-10-27[1.7.x] Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent ↵Tim Graham
comment in wsgi.py. Thanks inglesp for the report. Backport of e460b1c573 from master
2014-10-23[1.7.x] Fixed #23705 -- Removed unnecessary AliasMatch from example Apache ↵Tim Graham
config. Thanks Keryn Knight for the report. Backport of 4b0a45ce64 from master
2014-09-21[1.7.x] Fixed #23530 -- Specified PyYAML requirement in initial-data.txtClaude Paroz
Thanks aks for the report. Backport of 5bf654e44b7 from master.
2014-09-09[1.7.x] Fixed #23350 -- Updated mod_wsgi auth example to use less memory.Tim Graham
Thanks Graham Dumpleton for the report. Backport of c7f7432be5 from master
2014-09-07[1.7.x] Fixed typo in docs/howto/custom-lookups.txt.Sébastien Fievet
Backport of f36ab2d3f2 from master
2014-09-06[1.7.x] Refs #23430 -- gunicorn wants a module, not fileCollin Anderson
Backport of fa74dba994 from master
2014-09-05[1.7.x] Fixed #23430 -- simplified gunicorn deployment docs.Collin Anderson
Backport of 77b3907d6d from master
2014-08-28[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch. Backport of 3a44e2000 from master.
2014-08-26[1.7.x] Fixed spelling mistake in file docs.Tim Graham
Backport of a3e88e64a4 from master
2014-08-20[1.7.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ↵Tim Graham
names. This is a security fix. Disclosure following shortly.
2014-08-18[1.7.x] Fixed #14638 -- Clarified model Field.to_python() docs.Tim Graham
Thanks Anubhav Joshi for the patch. Backport of b6aa60f425 from master
2014-08-15[1.7.x] Fixed typo in docs/howto/custom-model-fields.txt.Tim Graham
Backport of 99561eef26 from master
2014-08-08[1.7.x] Fixed #23257 -- Updated docs for new django-jython release.Andreas Stocker
Backport of f3ef55ea7a from master
2014-08-02[1.7.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command.Tim Graham
Thanks frewsxcv for the report. Backport of 75f2c65cb6 from master
2014-07-10[1.7.x] Fixed #22809 -- Added model Field API reference.Jorge C. Leitão
Thanks to @timgraham for the review. Backport of e1fa7dffdc from master
2014-07-08[1.7.x] Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão
Thanks Anssi and Tim for reviews. Backport of 8780849da0 from master
2014-07-07[1.7.x] Fixed #22942 -- Noted that __init__.py files are required for ↵Tim Graham
management command detection. Thanks Diego Cerdán for the suggestion. Backport of 54546cee88 from master
2014-07-05[1.7.x] Fixed various minor doc typos / references.Daniel Hahler
Backport of 67f9f385aa from master
2014-06-26[1.7.x] Fixed typo in parameter name doc for BaseCommand.check().Gert Van Gool
Backport of a8c5630c98 from master
2014-06-11[1.7.x] Added link to data migrations in initial data deprecation noteGreg Chapple
Backport of 4123f55c33 from master
2014-05-12[1.7.x] Fixed #22619 -- Corrected description of os.path.Tim Graham
Thanks Collin Anderson for the report. Backport of a1be7237ca from master
2014-05-07[1.7.x] Updated some docs for the delayed deprecation of legacy table ↵Tim Graham
creation; refs #22340. Backport of a2e3c96948 from master
2014-05-06[1.7.x] Improve docs around deconstruction/serialisation (refs #22337)Andrew Godwin
2014-05-05[1.7.x] Fixed #1349 -- Clarified docs on serving files from STATIC/MEDIA_URL.Tim Graham
Backport of fb7c347f7b from master
2014-05-03[1.7.x] Fix docs error with deconstruct() docsAndrew Godwin
2014-04-28[1.7.x] Fixed #22497 -- Highlighted difference between field and class ↵Tim Graham
deconstruction. Thanks nliberg for the suggestion. Backport of b829d53b37 from master
2014-04-26[1.7.x] Specified 'csv and unicode' note as Python 2 onlyClaude Paroz
Backport of 2128b3a6 from master.
2014-04-21[1.7.x] Fixed queries that may return unexpected results on MySQL due to ↵Erik Romijn
typecasting. This is a security fix. Disclosure will follow shortly. Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master
2014-04-18[1.7.x] Moved RemoteUserBackend documentation to reference guide.Tim Graham
Backport of 26d118c3fe from master
2014-04-17[1.7.x] Fixed #22444 -- Marked initial SQL/fixture loading as deprecated.Tim Graham
Thanks Karen Tracey for the report. Backport of a4acb80463 from master
2014-04-16[1.7.x] Added RemoteUserMiddleware to middleware reference page.Tim Graham
Backport of 465980d070 from master
2014-04-15[1.7.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4.Tim Graham
Thanks zjcheah at yahoo.com for the report. Backport of 0f37d2e4c0 from master
2014-04-10[1.7.x] Fixed #22412 -- More nuanced advice re template filters and exceptions.Carl Meyer
Thanks Tim for review. Backport of 7e3834adc9 from master
2014-04-09[1.7.x] Noted that pip is included with Python 3.4 in Windows install guide.Tim Graham
Thanks CHI Cheng. Backport of 11e7254c3d from master
2014-04-08[1.7.x] Fixed #16205 -- Added an installation for Windows.Anubhav Joshi
Backport of d35d2f61c5 from master
2014-03-25[1.7.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham
refs #14305. Thanks Adrian Klaver for the report. Backport of 9b7ba8af1b from master
2014-03-17Fixed #21179 -- Added a StreamingHttpResponse example for CSV files.zedr
Thanks charettes for the suggestion.
2014-03-02Removed WSGI upgrade instructions for Django 1.3 and earlier.Tim Graham
2014-02-27Fixed documention typojibreel
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-24Fixed #22116 -- Added precision about WSGIPythonPath separatorClaude Paroz
Thanks donjpacheco for the initial patch.
2014-02-18Fixed #22062 -- Corrected static files config for Apache >= 2.4Tim Graham