summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-08[1.8.x] Bumped version for 1.8.3 release.1.8.3Tim Graham
2015-07-08[1.8.x] Fixed catastrophic backtracking in URLValidator.Shai Berger
2015-07-08[1.8.x] Prevented newlines from being accepted in some validators.Tim Graham
2015-07-08[1.8.x] Fixed #19324 -- Avoided creating a session record when loading the se...Carl Meyer
2015-07-08[1.8.x] Added security release note stubs.Tim Graham
2015-07-08[1.8.x] Removed a confusing sentence in tutorial 5.Tim Graham
2015-07-08[1.8.x] Corrected example code for get_query_set upgrade in 1.6 release notesLuke Plant
2015-07-07[1.8.x] Refs #23882 -- Added detection for moved files when using inotify pol...Chris Bainbridge
2015-07-07[1.8.x] Replaced try..except blocks by context manager in custom lookups testsAndriy Sokolovskiy
2015-07-06[1.8.x] Fixed #25059 -- Allowed Punycode TLDs in URLValidatorAlexey Sveshnikov
2015-07-04[1.8.x] Fixed #25051 -- Clarified return type of {% now %} tag.Tim Graham
2015-07-03[1.8.x] Fixed mistake in Model.from_db() example.Luke
2015-07-03[1.8.x] Fixed #25055 -- Made m2m long name testing friendlier for 3rd party d...Michael Manfre
2015-07-03[1.8.x] Fixed #25056 -- Documented minimum version of jinja2 for testing.Tim Graham
2015-07-01[1.8.x] Backported .gitignore and .hgignore from master.Tim Graham
2015-07-01[1.8.x] Fixed #25041 -- Clarified difference between syncdb and migrate.Tim Graham
2015-07-01[1.8.x] Fixed typo in writing migrations docsClaude Paroz
2015-06-30[1.8.x] Refs #23621 -- Fixed warning message when reloading models.Marten Kenbeek
2015-06-30[1.8.x] Fixed #25038 -- Reverted incorrect documentation about inspectdb intr...Tim Graham
2015-06-27[1.8.x] Fixed #25033 -- Added context_processors.auth to documented admin dep...Tim Graham
2015-06-27[1.8.x] Fixed #25031 -- Fixed a regression in the unordered_list template fil...Noam
2015-06-26[1.8.x] Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK...Jason Hoos
2015-06-26[1.8.x] Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_nam...薛丞宏
2015-06-25[1.8.x] Refs #24127 -- Added documentation for HttpRequest.current_app.Marten Kenbeek
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-22[1.8.x] Updated indentation of example template in docs/topics/i18n/translati...Wim Feijen
2015-06-22[1.8.x] Fixed #25001 -- Doc'd caveat about collectstatic and removing INSTALL...Tim Graham
2015-06-22[1.8.x] Simplified wording of Python support policy.Tim Graham
2015-06-22[1.8.x] Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.Bipin Suresh
2015-06-20[1.8.x] Fixed #25010 -- Documented APP_DIRS default in startproject's setting...Tim Graham
2015-06-19[1.8.x] Fixed #24940 -- Made model managers hashableMarkus Holtermann
2015-06-19[1.8.x] Fixed #24881 -- Clarified Meta.order_with_respect_to documentationjohannes.linke
2015-06-18[1.8.x] Added Python version support policyTim Graham
2015-06-17[1.8.x] Fixed outdated Python version support info in docs/topics/install.txtTim Graham
2015-06-17[1.8.x] Removed usage of string-based url() in auth docs.Tim Graham
2015-06-16[1.8.x] Fixed #24948 -- Fixed crash when uploading bitmap images in forms.Ima...Andriy Sokolovskiy
2015-06-16[1.8.x] Refs #24987 -- Documented that Client.login() rejects inactive users.Tim Graham
2015-06-15[1.8.x] Fixed #24972 -- Fixed removing unique_together indexes on MySQL.Adam Brenecki
2015-06-15[1.8.x] Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary ...Brian King
2015-06-15[1.8.x] Fixed flake8 warnings on Python 3.Tim Graham
2015-06-15[1.8.x] Removed obsolete literals_to_xrefs.py script.Tim Graham
2015-06-11[1.8.x] Added ALLOWED_HOSTS and SERVER_EMAIL details to deployment checklist.Tim Graham
2015-06-11[1.8.x] Used PEP 8 style indentation in forms docs.Nick Smith
2015-06-09[1.8.x] Fixed #24769 -- Cast optparse verbosity argument to an integer for be...Rivo Laks
2015-06-09[1.8.x] Fixed #24903 -- Fixed assertRaisesMessage on Python 2.7.10.Tim Graham
2015-06-09[1.8.x] Fixed #24961 -- Added links to all auth docs pages from index.Daniel Roseman
2015-06-09[1.8.x] Fixed import in docs/ref/contrib/syndication.txtargaen
2015-06-09[1.8.x] Clarified the default form widgets for model number fields in docsMatt Deacalion Stevens
2015-06-09[1.8.x] Fixed typos in docs/topics/python3.txtNik Nyby
2015-06-08[1.8.x] Fixed #24956 -- Fixed typo in docs/ref/forms/widgets.txtTim Graham