summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.8.x] Bumped version for 1.8.14 release.1.8.14Tim Graham2016-07-181-1/+1
* [1.8.x] Fixed XSS in admin's add/change related popup.Tim Graham2016-07-186-6/+60
* [1.8.x] Fixed #24796 -- Moved SecurityMiddleware in MIDDLEWARE_CLASSES docs.Marissa Zhou2016-07-181-1/+1
* [1.8.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_fi...Jon Dufresne2016-07-134-0/+48
* [1.8.x] Fixed numpy deprecation warning silencing in template_tests.Baptiste Mispelon2016-07-091-6/+8
* [1.8.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.Romain Garrigues2016-07-061-2/+4
* [1.8.x] Fixed typo in docs/topics/class-based-views/generic-display.txtTaylor Edmiston2016-07-061-1/+1
* [1.8.x] Corrected firstof template tag's docstring.Samir Shah2016-06-211-4/+4
* [1.8.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin docKrzysztof Jurewicz2016-06-171-1/+1
* [1.8.x] Fixed flake8 2.6 warnings.Tim Graham2016-06-163-24/+8
* [1.8.x] Fixed #21588 -- Corrected handler initialization in "modifying upload...Berker Peksag2016-06-091-3/+3
* [1.8.x] Updated release notes links to prevent warnings with Sphinx 1.4.2.Tim Graham2016-06-029-90/+80
* [1.8.x] Ignored new warnings when building the docs with Sphinx 1.4.Tim Graham2016-06-021-0/+3
* [1.8.x] Refs #26687 -- Made an i18n test not use a hardcoded path separator.Tim Graham2016-06-011-3/+1
* [1.8.x] Fixed #26687 -- Made an i18n test not use a hardcoded path separator.Ramiro Morales2016-05-311-1/+3
* [1.8.x] Fixed a typo in the docs.Florian Apolloner2016-05-311-1/+1
* [1.8.x] Fixed #26503 -- Removed an outdated example from session docs.Berker Peksag2016-05-311-9/+0
* [1.8.x] Fixed typo in docs/topics/forms/modelforms.txtSergey Fedoseev2016-05-271-1/+1
* [1.8.x] Added imports to docs/topics/db/aggregation.txt example.MariKiev2016-05-251-0/+1
* [1.8.x] Added missing quotes in openlayers.html template.Aleksey2016-05-251-2/+2
* [1.8.x] Updated GeoIP test for latest database.Tim Graham2016-05-231-1/+1
* [1.8.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txtTim Graham2016-05-181-1/+1
* [1.8.x] Fixed code example in docs/howto/custom-lookups.txtvytisb2016-05-061-1/+1
* [1.8.x] Post-release version bump.Tim Graham2016-05-021-1/+1
* [1.8.x] Bumped version for 1.8.13 release.1.8.13Tim Graham2016-05-021-1/+1
* [1.8.x] Added release date for 1.8.13.Tim Graham2016-05-021-1/+1
* [1.8.x] Added tests for if tag's != operator.Alasdair Nicol2016-04-291-0/+26
* [1.8.x] Fixed #26557 -- Converted empty strings to None when saving GenericIP...Joshua Phillips2016-04-293-1/+12
* [1.8.x] Refs #25136 -- Fixed nonexistent field reference in aggregation topic...Tim Graham2016-04-271-6/+7
* [1.8.x] Fixed incorrect rendered widget in forms example.Jon Dufresne2016-04-201-1/+1
* [1.8.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL ...Lukasz Wiecek2016-04-183-2/+6
* [1.8.x] Added stub release notes for 1.8.13.Tim Graham2016-04-132-0/+13
* [1.8.x] Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txtMikkel Munch Mortensen2016-04-071-1/+1
* [1.8.x] Post-release version bump.Tim Graham2016-04-011-1/+1
* [1.8.x] Bumped version for 1.8.12 release.1.8.12Tim Graham2016-04-011-1/+1
* [1.8.x] Added release date for 1.8.12.Tim Graham2016-04-011-1/+1
* [1.8.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.Simon Charette2016-03-311-1/+1
* [1.8.x] Sorted single letter imports per the latest version of isort.Tim Graham2016-03-2813-17/+17
* [1.8.x] Fixed #26408 -- Updated link to DEP 182.Aymeric Augustin2016-03-251-1/+1
* [1.8.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fiel...Tim Graham2016-03-257-22/+69
* [1.8.x] Fixed typo in docs/topics/db/aggregation.txt.Tim Shaffer2016-03-251-1/+1
* [1.8.x] Fixed #26392 -- Corrected login_required/permission_required stacking...Tim Graham2016-03-211-1/+1
* [1.8.x] Fixed a broken link in docs/internals/contributing/writing-documentat...Amine2016-03-191-4/+2
* [1.8.x] Fixed #26375 -- Used a more generic name in a reusable template example.Tim Graham2016-03-181-1/+1
* [1.8.x] Fixed DiscoverRunner failfast parameter default in docs.Andrew Abraham2016-03-151-1/+1
* [1.8.x] Removed unnecessary filter kwarg from .get() in a test.Adam Alton2016-03-141-4/+2
* [1.8.x] Fixed a few docstring typos.Noenglish Professorbut2016-03-123-3/+3
* [1.8.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.Tim Graham2016-03-103-1/+11
* [1.8.x] Fixed indenting in "Serving files in development" code exampleTim Osborn2016-03-091-1/+1
* [1.8.x] Fixed a dead link in django/contrib/sitemaps/__init__.py.Tim Graham2016-03-081-1/+1