summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-01[1.9.x] Bumped version 1.9.5 release.1.9.5Tim Graham
2016-04-01[1.9.x] Added release date for 1.9.5 and 1.8.12.Tim Graham
2016-04-01[1.9.x] Refs #25532 -- Removed a failing test on Django 1.9Claude Paroz
2016-04-01[1.9.x] Fixed #25532 -- Properly redisplayed JSONField form input valuesClaude Paroz
2016-03-31[1.9.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.Simon Charette
2016-03-31[1.9.x] Fixed #26436 -- Added a link to the settings filtering in the error r...Tim Graham
2016-03-31[1.9.x] Removed some docs that should have been removed along with PROFANITIE...Tim Graham
2016-03-31[1.9.x] Refs #26384, #24995 -- Skipped a schema test on older MySQL versions.Tim Graham
2016-03-31[1.9.x] Fixed #26410 -- Added a docs example for loader.render_to_string().Tim Graham
2016-03-29[1.9.x] Fixed #26384 -- Fixed renaming the PK on a model with a self-referent...Alex Hill
2016-03-28[1.9.x] Fixed #26413 -- Fixed a regression with abstract model inheritance an...Simon Charette
2016-03-28[1.9.x] Fixed #26416 -- Fixed references to previous tutorial numbers in docs...Joshua Pereyda
2016-03-28[1.9.x] Sorted single letter imports per the latest version of isort.Tim Graham
2016-03-28[1.9.x] Fixed typo in docs/ref/contrib/postgres/aggregates.txt.Francisco Capdevila
2016-03-25[1.9.x] Fixed #26408 -- Updated link to DEP 182.Aymeric Augustin
2016-03-25[1.9.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fiel...Tim Graham
2016-03-25[1.9.x] Fixed typo in docs/topics/db/aggregation.txt.Tim Shaffer
2016-03-23[1.9.x] Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APP...ieatkittens
2016-03-21[1.9.x] Fixed #26392 -- Corrected login_required/permission_required stacking...Tim Graham
2016-03-21[1.9.x] Fixed grammatical typos in gis docs.Akshesh
2016-03-21[1.9.x] Fixed #26376 -- Clarifed meaning of 'search' in TemplateResponseMixin...Tim Graham
2016-03-19[1.9.x] Fixed #26265 -- Clarified RadioSelect container's HTML id.Tim Graham
2016-03-19[1.9.x] Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey to_field...Jason Parrott
2016-03-19[1.9.x] Fixed a broken link in docs/internals/contributing/writing-documentat...Amine
2016-03-18[1.9.x] Added missing stacklevel for management command deprecation warningClaude Paroz
2016-03-18[1.9.x] Fixed #26375 -- Used a more generic name in a reusable template example.Tim Graham
2016-03-17[1.9.x] Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn'...Berker Peksag
2016-03-16[1.9.x] Fixed #26306 -- Fixed memory leak in cached template loader.Alex Hill
2016-03-15[1.9.x] Fixed DiscoverRunner failfast parameter default in docs.Andrew Abraham
2016-03-15[1.9.x] Fixed #26290 -- Documented that a QuerySet for pagination should be o...Duane Hilton
2016-03-14[1.9.x] Fixed #26334 -- Removed whitespace stripping from contrib.auth passwo...Vincenzo Pandolfo
2016-03-14[1.9.x] Removed unnecessary filter kwarg from .get() in a test.Adam Alton
2016-03-14[1.9.x] Fixed test_dumpdata_progressbar to use the instantiated StringIO object.Jon Dufresne
2016-03-14[1.9.x] Fixed #25804 -- Documented additions to Jinja2 context.Moritz Sichert
2016-03-14[1.9.x] Fixed #26294 -- Clarified call_command()'s handling of args and options.Tim Graham
2016-03-14[1.9.x] Fixed typos in docs.Jakub Wilk
2016-03-12[1.9.x] Fixed #26345 -- Clarified which RangesFields always return a canonica...Tim Graham
2016-03-12[1.9.x] Fixed #26239 -- Added a note about how auto_now works with QuerySet.u...Duane Hilton
2016-03-12[1.9.x] Fixed a few docstring typos.Noenglish Professorbut
2016-03-11[1.9.x] Removed unneeded GeoManagers in tests.Tim Graham
2016-03-10[1.9.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.Tim Graham
2016-03-09[1.9.x] Fixed #26255 -- Fixed orphaned include() reference following tutorial...Tim Graham
2016-03-09[1.9.x] Fixed #26339 -- Updated Question.was_published_recently() in tutorial...Tim Graham
2016-03-09[1.9.x] Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.Tim Graham
2016-03-09[1.9.x] Fixed #26302 -- Removed incorrect statement about virtual hosts.girish ramnani
2016-03-09[1.9.x] Fixed indenting in "Serving files in development" code exampleTim Osborn
2016-03-08[1.9.x] Fixed #26256 -- Added note about primary key serializationClaude Paroz
2016-03-08[1.9.x] Fixed a dead link in django/contrib/sitemaps/__init__.py.Tim Graham
2016-03-08[1.9.x] Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().Przemysław Suliga
2016-03-07[1.9.x] Fixed #26325 -- Made MultiPartParser ignore filenames that normalize ...John-Mark Bell