summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-05[1.8.x] Updated references to the TEST_* database settings.Aymeric Augustin
2015-09-05[1.8.x] Removed some discussion of deprecated {% url %} behavior.Tim Graham
2015-09-05[1.8.x] Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.Maarten
2015-09-05[1.8.x] Added default value for default kwargs for QueryDict.David Sanders
2015-09-05[1.8.x] Fixed #24525 -- Fixed AssertionError in some complex queries.Tim Graham
2015-09-04[1.8.x] Added links to new security settings introduced in 1.8.David Sanders
2015-09-04[1.8.x] Refs #25144 -- Revised deprecation timeline: migrations won't become ...Tim Graham
2015-09-04[1.8.x] Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-09-04[1.8.x] Updated static files howto title to include JavaScript.David Gibbons
2015-09-03[1.8.x] Fixed #25326 -- Added namedtuple example for executing custom SQL.Dražen Odobašić
2015-09-03[1.8.x] Moved misplaced versionadded annotation.Tim Graham
2015-09-02[1.8.x] Refs #24152 -- Fixed typos in deprecated GeoQuerySet aggregate names.Tim Graham
2015-08-29[1.8.x] Made the autoreloader survive all exceptions.Aymeric Augustin
2015-08-29Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin
2015-08-29[1.8.x] Ensured gen_filenames() yields native strings.Aymeric Augustin
2015-08-29[1.8.x] Refactored autoreload tests.Aymeric Augustin
2015-08-29[1.8.x] Accounted for error files in the autoreloader.Aymeric Augustin
2015-08-28[1.8.x] Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18.Tim Graham
2015-08-28[1.8.x] Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that c...Tim Graham
2015-08-27[1.8.x] Refs #2495 -- Documented that MySQL cannot have TextField(unique=True).Tim Graham
2015-08-26[1.8.x] Added 'subtransactions' to spelling wordlist.Tim Graham
2015-08-25[1.8.x] Fixed #25311 -- Removed vague language about "partial commits" from d...Tim Graham
2015-08-25[1.8.x] Updated PROJ.4 link to new GitHub wiki.David Sanders
2015-08-25[1.8.x] Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not p...Tim Graham
2015-08-25[1.8.x] Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz
2015-08-22[1.8.x] Fixed #25040 -- Fixed migrations state crash with GenericForeignKeyKai Richard Koenig
2015-08-20[1.8.x] Fixed typo in tests/migrations/test_autodetector.py.Tim Graham
2015-08-20[1.8.x] Fixed #24951 -- Fixed AssertionError in delete queries involving a fo...Tim Graham
2015-08-19[1.8.x] Recommended the JavaScript Cookie library instead of jQuery cookie.Marc
2015-08-19[1.8.x] Fixed style issues in testing docsMarkus Holtermann
2015-08-18[1.8.x] Added stub release notes for 1.8.5.Tim Graham
2015-08-18[1.8.x] Used consistent capitalization and hyphenation of "class-based views"...Anton Strogonoff
2015-08-18[1.8.x] Post-release version bump.Tim Graham
2015-08-18[1.8.x] Bumped version for 1.8.4 release.1.8.4Tim Graham
2015-08-18[1.8.x] Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-08-18[1.8.x] Added stub release notes for security releases.Tim Graham
2015-08-17[1.8.x] Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff
2015-08-15[1.8.x] Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops ...Caio Ariede
2015-08-14[1.8.x] Refs #23843 -- Updated Oracle annotations workaround to reflect lates...Tim Graham
2015-08-14[1.8.x] Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txtTim Graham
2015-08-13[1.8.x] Fixed #24988 -- Documented passing a dictionary of ValidationErrors t...Adam Brenecki
2015-08-13[1.8.x] Fixed #25267 -- Corrected message for admin.E122 system check.Fabrizio Ettore Messina
2015-08-13[1.8.x] Removed unreachable codeAndriy Sokolovskiy
2015-08-12[1.8.x] Corrected indentation of JsonResponse docs.Tim Graham
2015-08-11[1.8.x] Updated memcached library links to point to PyPI.Tim Graham
2015-08-11[1.8.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham
2015-08-10[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...Tim Graham
2015-08-10[1.8.x] Removed unnecessary comma in docsClaude Paroz
2015-08-08[1.8.x] Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.Tim Graham
2015-08-08[1.8.x] Corrected some inconsistent headings in docs/ref/templates/builtins.txt.Tim Graham