summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-05-07[1.9.x] Fixed #26508 -- Clarified docs for various FieldFile methods.Tobias McNulty
2016-05-07[1.9.x] Fixed #26566 -- Rewrote an incorrect Cache-Control example.Vasiliy Faronov
2016-05-07[1.9.x] Fixed a typo in docs/topics/http/urls.txtMatthias K
2016-05-07[1.9.x] Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.shiblystory
2016-05-07[1.9.x] Fixed #26544 -- Delayed translations of SetPasswordForm help_textsClaude Paroz
2016-05-06[1.9.x] Fixed syntax highlighting in docs/topics/cache.txtTim Graham
2016-05-06[1.9.x] Fixed code example in docs/howto/custom-lookups.txtvytisb
2016-05-04[1.9.x] Fixed #26558 -- Removed need for request context processor on admin l...Dan Stephenson
2016-05-03[1.9.x] Normalized "an SQL" spelling.Ville Skyttä
2016-05-03[1.9.x] Clarified that setting names must be uppercase.David D Lowe
2016-05-03[1.9.x] Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov
2016-05-03[1.9.x] Added --noinput in migrate commmand's docs.Arthur Vuillard
2016-05-02[1.9.x] Added stub release notes for 1.9.7.Tim Graham
2016-05-02[1.9.x] Added release date for 1.9.6/1.8.13.Tim Graham
2016-04-30[1.9.x] Fixed #26341 -- Fixed makemessages breaking location comments for HTM...Claude Paroz
2016-04-29[1.9.x] Refs #26557 -- Added forgotten release notes.Tim Graham
2016-04-29[1.9.x] Fixed #26557 -- Converted empty strings to None when saving GenericIP...Joshua Phillips
2016-04-29[1.9.x] Refs #26428 -- Added support for relative path redirects to the test ...Tim Graham
2016-04-28[1.9.x] Fixed typo in docs/ref/contrib/admin/index.txteltronix
2016-04-28[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-27[1.9.x] Fixed typo in docs/ref/contrib/admin/index.txteltronix
2016-04-27[1.9.x] Refs #25136 -- Fixed nonexistent field reference in aggregation topic...Tim Graham
2016-04-27[1.9.x] Fixed typo in docs/howto/deployment/wsgi/index.txteltronix
2016-04-27[1.9.x] Fixed typo in docs/topics/testing/tools.txteltronix
2016-04-26[1.9.x] Fixed typo in docs/topics/testing/tools.txteltronix
2016-04-26[1.9.x] Fixed reference to Question model in management command how-to.eltronix
2016-04-24[1.9.x] Fixed #26536 -- Preserved leading dashes of the cached template loade...Simon Charette
2016-04-20[1.9.x] Fixed incorrect rendered widget in forms example.Jon Dufresne
2016-04-20[1.9.x] Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't ret...Tobias Kroenke
2016-04-19[1.9.x] Fixed #26475 -- Added functools.partial() support to migrations autod...Matthew Schinckel
2016-04-18[1.9.x] Fixed typo in docs/topics/class-based-views/mixins.txteltronix
2016-04-18[1.9.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL ...Lukasz Wiecek
2016-04-18[1.9.x] Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear ...Tim Graham
2016-04-18[1.9.x] Fixed typo in docs/ref/template-response.txt.eltronix
2016-04-16[1.9.x] Updated Windows docs for completenessKatie McLaughlin
2016-04-13[1.9.x] Added stub release notes for 1.8.13.Tim Graham
2016-04-13[1.9.x] Fixed #26493 -- Documented how built-in signals are sent.Filipa Andrade
2016-04-10[1.9.x] Fixed #26485 -- Fixed typo in docs/intro/tutorial07.Denis Afonso
2016-04-09[1.9.x] Refs #26464 -- Added a link to OWASP Top 10 in security topic guide.Tim Graham
2016-04-08[1.9.x] Fixed #15940 -- Added MySQL note about strict SQL modeClaude Paroz
2016-04-08[1.9.x] Refs #22268 -- Fixed typo in docs/ref/models/querysets.txtTim Graham
2016-04-07[1.9.x] Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txtMikkel Munch Mortensen
2016-04-07[1.9.x] Fixed #26037 -- Documented precedence of USE_X_FORWARDED_HOST/PORT se...Arnaud Limbourg
2016-04-06[1.9.x] Fixed #24016 -- Added "Migrating data between third-party apps" howto.rixx
2016-04-06[1.9.x] Refs #14131 -- Documented why paginating large QuerySets may be slow.Daniel Jilg
2016-04-05[1.9.x] Fixed #26201 -- Documented the consequences of rotating the CSRF toke...Vaclav Ehrlich
2016-04-04[1.9.x] Removed a reference to Django 1.3.1 in docs.Tim Graham
2016-04-04[1.9.x] Fixed #26419 -- Added a link in ALLOWED_HOSTS docs.Joshua Pereyda
2016-04-04[1.9.x] Fixed #26450 -- Corrected "Save as new" button label in docs.Markus Amalthea Magnuson
2016-04-04[1.9.x] Corrected number of extra arguments in docs for FilePathField.bellisk