summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-02[1.9.x] Bumped version for 1.9.6 release.1.9.6Tim Graham
2016-05-02[1.9.x] Added release date for 1.9.6/1.8.13.Tim Graham
2016-05-02[1.9.x] Fixed #26341 (again) -- Addressed multiple occurrences per line use caseClaude Paroz
2016-04-30[1.9.x] Pulled translations from TransifexClaude Paroz
2016-04-30[1.9.x] Removed deprecated Chinese language codes for contrib appsClaude Paroz
2016-04-30[1.9.x] Fixed source path in contrib.admin translation catalogClaude Paroz
2016-04-30[1.9.x] Fixed #26341 -- Fixed makemessages breaking location comments for HTM...Claude Paroz
2016-04-29[1.9.x] Added tests for if tag's != operator.Alasdair Nicol
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-20[1.9.x] Refs #24621 -- Added a test for SessionBase.pop()'s 'default' argument.Nicolas NoƩ
2016-04-20[1.9.x] Fixed typo in GenericRelatedObjectManager.add() error message.Michal Petrucha
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 #26473 -- chmod -x on django/contrib/admin/static/admin/fonts/L...Tim Graham
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
2016-04-02[1.9.x] Fixed #26428 -- Added support for relative path redirects in assertRe...Tim Graham
2016-04-02[1.9.x] Fixed #14131 -- Added note to docs about Pagination and large QuerysetsDaniel Jilg
2016-04-02[1.9.x] Refs #26384, #24995 -- Avoided a module-level MySQL query in the sche...Michal Petrucha
2016-04-02[1.9.x] Fixed #22268 -- Documented values_list() behavior for multivalued rel...Iacopo Spalletti