summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-21[1.6.x] Fixed #21137 -- Documented best practice for URLconfs with repeated p...Michael DiBernardo
2013-09-21[1.6.x] Fixed #21074 -- Added tests for localized datetime fields.Aymeric Augustin
2013-09-21[1.6.x] Ensured that BoundField.as_widget always returns properly localized f...Florian Apolloner
2013-09-21[1.6.x] Fixed #21133 -- Clarifed documentation about strftime formatting.Curtis Maloney
2013-09-20[1.6.x] Clarified why one must not catch database errors inside atomic.Aymeric Augustin
2013-09-19[1.6.x] Increased default PBKDF2 iterationsPaul McMillan
2013-09-19[1.6.x] Added missing "in" in sentence.Markus Amalthea Magnuson
2013-09-19[1.6.x] Added __pycache__ to gitignoreTim Graham
2013-09-19[1.6.x] Fixed #21121: Added archive of security issues.Russell Keith-Magee
2013-09-18Removed accidentally added pyc file.Tim Graham
2013-09-18[1.6.x] Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDictTim Graham
2013-09-18[1.6.x] Fixed bad backport in last commit; refs #21118Tim Graham
2013-09-18[1.6.x] Fixed #21118 -- Isolated a test that uses the database.Tim Graham
2013-09-18[1.6.x] Fixed #15625 -- Made message in MultiValueDictKeyError less verbose.Tim Graham
2013-09-17[1.6.x] Final attempt to solve sporadic test failures.Florian Apolloner
2013-09-17[1.6.x] Fixed #21109 -- made db cursor error wrapping fasterAnssi Kääriäinen
2013-09-16[1.6.x] Reworded a paragraph in the logging docs.Ramiro Morales
2013-09-15[1.6.x] Cleaned up 1.5.4/1.4.8 release notesTim Graham
2013-09-15[1.6.x] Add release notes and bump version number for security release.1.6b4James Bennett
2013-09-15[1.6.x] Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-09-14[1.6.x] Added tests for double-pickling a QuerySetAnssi Kääriäinen
2013-09-13[1.6.x] Fixed #21101 -- Updated urlize documentation to mention email addressesGoetz
2013-09-13[1.6.x] Fixed #21100 -- Noted that Create/UpdateViews.fields is new in 1.6Tim Graham
2013-09-13[1.6.x] Fixed #21094 -- Updated reuseable apps tutorial to use pip for instal...Tim Graham
2013-09-13[1.6.x] Documentation -- added instructions on working with pull requestsKevin Christopher Henry
2013-09-13[1.6.x] Fixed #21095 -- Documented new requirement for dates lookups.Matt Austin
2013-09-12[1.6.x] Fixed a couple of typos in GeoDjango docs.Ramiro Morales
2013-09-11[1.6.x] Minor typo fix in django.contrib.auth.models.User docsPhaneendra Chiruvella
2013-09-11[1.6.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.Tim Graham
2013-09-11[1.6.x] Documentation -- Improved description of cache argumentsKevin Christopher Henry
2013-09-10[1.6.x] Bump version number for 1.6 beta 3 security release.1.6b3James Bennett
2013-09-10[1.6.x] Added 1.4.7/1.5.3 release notesTim Graham
2013-09-10[1.6.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative pa...Tim Graham
2013-09-10[1.6.x] Fixed broken sphinx reference to staticfiles.Tarjei Husøy
2013-09-10[1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-10[1.6.x] Fixed #21075 - Improved doc for calling call_command with arguments.oz123
2013-09-09[1.6.x] Fixed spelling; refs #16895.Tim Graham
2013-09-09[1.6.x] Fixed #16895 -- Warned about cost of QuerySet orderinge0ne
2013-09-09[1.6.x] Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-09-08[1.6.x] Further hardening. Refs #18766.Aymeric Augustin
2013-09-08[1.6.x] Hardened the test introduced in ded11aa6. Refs #18766.Aymeric Augustin
2013-09-08[1.6.x] Fixed #18766 -- Pointed to pytz when LocalTimezone fails.Aymeric Augustin
2013-09-07[1.6.x] Fixed #21068 -- Added some docs for DiscoverRunnerTim Graham
2013-09-07Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.Aymeric Augustin
2013-09-07[1.6.x] Fixed deprecation warning on Python 3Tim Graham
2013-09-07[1.6.x] Fixed 9244447c -- incomplete backport.Aymeric Augustin
2013-09-07[1.6.x] Fixed #20005 -- Documented that Oracle databases need execute permiss...Tim Graham
2013-09-07[1.6.x] Fixed #20938 -- Added cached sessions note to deployment checklist.Tim Graham
2013-09-07[1.6.x] Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3.Aymeric Augustin
2013-09-07[1.6.x] Fixed an encoding issue in the test client.Aymeric Augustin