summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.9.x] Bumped version for 1.9.6 release.1.9.6Tim Graham2016-05-021-1/+1
* [1.9.x] Added release date for 1.9.6/1.8.13.Tim Graham2016-05-022-2/+2
* [1.9.x] Fixed #26341 (again) -- Addressed multiple occurrences per line use caseClaude Paroz2016-05-022-1/+3
* [1.9.x] Pulled translations from TransifexClaude Paroz2016-04-30234-1483/+3103
* [1.9.x] Removed deprecated Chinese language codes for contrib appsClaude Paroz2016-04-3044-3856/+0
* [1.9.x] Fixed source path in contrib.admin translation catalogClaude Paroz2016-04-301-2/+2
* [1.9.x] Fixed #26341 -- Fixed makemessages breaking location comments for HTM...Claude Paroz2016-04-305-8/+33
* [1.9.x] Added tests for if tag's != operator.Alasdair Nicol2016-04-291-0/+26
* [1.9.x] Refs #26557 -- Added forgotten release notes.Tim Graham2016-04-291-0/+3
* [1.9.x] Fixed #26557 -- Converted empty strings to None when saving GenericIP...Joshua Phillips2016-04-293-1/+12
* [1.9.x] Refs #26428 -- Added support for relative path redirects to the test ...Tim Graham2016-04-293-3/+20
* [1.9.x] Fixed typo in docs/ref/contrib/admin/index.txteltronix2016-04-281-1/+1
* [1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham2016-04-2822-36/+36
* [1.9.x] Fixed typo in docs/ref/contrib/admin/index.txteltronix2016-04-271-1/+1
* [1.9.x] Refs #25136 -- Fixed nonexistent field reference in aggregation topic...Tim Graham2016-04-271-6/+7
* [1.9.x] Fixed typo in docs/howto/deployment/wsgi/index.txteltronix2016-04-271-1/+1
* [1.9.x] Fixed typo in docs/topics/testing/tools.txteltronix2016-04-271-1/+1
* [1.9.x] Fixed typo in docs/topics/testing/tools.txteltronix2016-04-261-1/+1
* [1.9.x] Fixed reference to Question model in management command how-to.eltronix2016-04-261-3/+3
* [1.9.x] Fixed #26536 -- Preserved leading dashes of the cached template loade...Simon Charette2016-04-243-1/+11
* [1.9.x] Fixed incorrect rendered widget in forms example.Jon Dufresne2016-04-201-1/+1
* [1.9.x] Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't ret...Tobias Kroenke2016-04-204-3/+13
* [1.9.x] Refs #24621 -- Added a test for SessionBase.pop()'s 'default' argument.Nicolas NoƩ2016-04-201-0/+5
* [1.9.x] Fixed typo in GenericRelatedObjectManager.add() error message.Michal Petrucha2016-04-201-1/+1
* [1.9.x] Fixed #26475 -- Added functools.partial() support to migrations autod...Matthew Schinckel2016-04-193-0/+60
* [1.9.x] Fixed typo in docs/topics/class-based-views/mixins.txteltronix2016-04-181-1/+1
* [1.9.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL ...Lukasz Wiecek2016-04-184-2/+9
* [1.9.x] Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear ...Tim Graham2016-04-181-0/+1
* [1.9.x] Fixed typo in docs/ref/template-response.txt.eltronix2016-04-181-1/+1
* [1.9.x] Updated Windows docs for completenessKatie McLaughlin2016-04-161-3/+8
* [1.9.x] Added stub release notes for 1.8.13.Tim Graham2016-04-132-0/+13
* [1.9.x] Fixed #26493 -- Documented how built-in signals are sent.Filipa Andrade2016-04-132-4/+6
* [1.9.x] Fixed #26485 -- Fixed typo in docs/intro/tutorial07.Denis Afonso2016-04-101-1/+1
* [1.9.x] Refs #26464 -- Added a link to OWASP Top 10 in security topic guide.Tim Graham2016-04-091-0/+5
* [1.9.x] Fixed #15940 -- Added MySQL note about strict SQL modeClaude Paroz2016-04-081-0/+18
* [1.9.x] Refs #22268 -- Fixed typo in docs/ref/models/querysets.txtTim Graham2016-04-081-1/+1
* [1.9.x] Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txtMikkel Munch Mortensen2016-04-071-1/+1
* [1.9.x] Fixed #26037 -- Documented precedence of USE_X_FORWARDED_HOST/PORT se...Arnaud Limbourg2016-04-071-3/+9
* [1.9.x] Fixed #26473 -- chmod -x on django/contrib/admin/static/admin/fonts/L...Tim Graham2016-04-061-0/+0
* [1.9.x] Fixed #24016 -- Added "Migrating data between third-party apps" howto.rixx2016-04-062-0/+52
* [1.9.x] Refs #14131 -- Documented why paginating large QuerySets may be slow.Daniel Jilg2016-04-061-3/+5
* [1.9.x] Fixed #26201 -- Documented the consequences of rotating the CSRF toke...Vaclav Ehrlich2016-04-051-0/+11
* [1.9.x] Removed a reference to Django 1.3.1 in docs.Tim Graham2016-04-041-3/+3
* [1.9.x] Fixed #26419 -- Added a link in ALLOWED_HOSTS docs.Joshua Pereyda2016-04-041-3/+2
* [1.9.x] Fixed #26450 -- Corrected "Save as new" button label in docs.Markus Amalthea Magnuson2016-04-041-6/+4
* [1.9.x] Corrected number of extra arguments in docs for FilePathField.bellisk2016-04-041-1/+1
* [1.9.x] Fixed #26428 -- Added support for relative path redirects in assertRe...Tim Graham2016-04-024-2/+19
* [1.9.x] Fixed #14131 -- Added note to docs about Pagination and large QuerysetsDaniel Jilg2016-04-022-0/+6
* [1.9.x] Refs #26384, #24995 -- Avoided a module-level MySQL query in the sche...Michal Petrucha2016-04-021-4/+2
* [1.9.x] Fixed #22268 -- Documented values_list() behavior for multivalued rel...Iacopo Spalletti2016-04-021-0/+24