summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-24[1.5.x] Fixed #21138 -- Increased the performance of our PBKDF2 implementation.Florian Apolloner
2013-09-24Revert "[1.5.x] Ensure that passwords are never long enough for a DoS."Florian Apolloner
2013-09-24[1.5.x] Fixed #21137 -- Corrected ULRconf include example.Tim Graham
2013-09-23[1.5.x] Removed extra p (topppings->toppings)Brett Koonce
2013-09-23[1.5.x] Removed implication that six is part of Python stdlib.Tim Graham
2013-09-23[1.5.x] Fixed #20830 -- Clarified that Django uses a customized version of six.Daley Chetwynd
2013-09-23[1.5.x] Fixed #21120 -- Added more explicit text on using validators and link...Ben Huckvale
2013-09-23[1.5.x] Fixed #21702 -- Added different bullet styles for nested lists.Tim Garner
2013-09-22[1.5.x] Stopped a test from executing queries at the module level.Florian Apolloner
2013-09-22[1.5.x] Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-22[1.5.x] Reference Meta.index_together in DB performance guide.Ramiro Morales
2013-09-22[1.5.x] Fixed a couple of typos in GeoDjango docs.Ramiro Morales
2013-09-21[1.5.x] Correct very minor typomlissner
2013-09-21[1.5.x] Fixed #21137 -- Documented best practice for URLconfs with repeated p...Michael DiBernardo
2013-09-21[1.5.x] Fixed #21133 -- Clarifed documentation about strftime formatting.Curtis Maloney
2013-09-19[1.5.x] Added missing "in" in sentence.Markus Amalthea Magnuson
2013-09-19[1.5.x] Added __pycache__ to gitignoreTim Graham
2013-09-19[1.5.x] Fixed #21121: Added archive of security issues.Russell Keith-Magee
2013-09-18Revert "[1.5.x] Silenced last sporadic failure on 1.5."Florian Apolloner
2013-09-18[1.5.x] Fixed #21118 -- Isolated a test that uses the database.Tim Graham
2013-09-17[1.5.x] Silenced last sporadic failure on 1.5.Florian Apolloner
2013-09-17[1.5.x] Final attempt to solve sporadic test failures.Florian Apolloner
2013-09-16[1.5.x] Reworded a paragraph in the logging docs.Ramiro Morales
2013-09-15[1.5.x] Cleaned up 1.5.4/1.4.8 release notesTim Graham
2013-09-15[1.5.x] Bump version post-release.Tim Graham
2013-09-15[1.5.x] (Hopefully) fixed a failure in a selenium test.Florian Apolloner
2013-09-15[1.5.x] Add release notes and bump version numbers for 1.5.4 security release.1.5.4James Bennett
2013-09-15[1.5.x] Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-09-14Fixed #21102 -- pickling a QuerySet with prefetches twiceMinjong Chung
2013-09-13[1.5.x] Fixed #21101 -- Updated urlize documentation to mention email addressesGoetz
2013-09-13[1.5.x] Fixed #18923 -- Corrected usage of sensitive_post_parameters in contr...Tim Graham
2013-09-13[1.5.x] Fixed #21094 -- Updated reuseable apps tutorial to use pip for instal...Tim Graham
2013-09-13[1.5.x] Documentation -- added instructions on working with pull requestsKevin Christopher Henry
2013-09-11[1.5.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.Tim Graham
2013-09-11[1.5.x] Documentation -- Improved description of cache argumentsKevin Christopher Henry
2013-09-11[1.5.x] Bump version post-release.Tim Graham
2013-09-10[1.5.x] Bump version numbers for 1.5.3 security release.1.5.3James Bennett
2013-09-10[1.5.x] Added 1.4.7/1.5.3 release notesTim Graham
2013-09-10[1.5.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative pa...Tim Graham
2013-09-10[1.5.x] Fixed #21075 - Improved doc for calling call_command with arguments.oz123
2013-09-09[1.5.x] Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-09-07[1.5.x] Fixed #20005 -- Documented that Oracle databases need execute permiss...Tim Graham
2013-09-07[1.5.x] Fixed #16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMEN...Keith Edmiston
2013-09-06[1.5.x] Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compat...Keith Edmiston
2013-09-06[1.5.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDSTim Graham
2013-09-05[1.5.x] Fixed #21047 -- Added CLA mesage on the new contributor advice docmicahhausler
2013-09-05[1.5.x] Fixed #20900 -- Documented RemoteUserBackend.authenticateTim Graham
2013-09-05Fixed #19211 -- Adapted tutorial for Python 3Claude Paroz
2013-09-04[1.5.x] Fixed #20958 -- Documented that GenericForeignKey fields can't be acc...Tim Graham
2013-09-04[1.5.x] Fixed #21002 -- Documented JSON session serialization requires string...Tim Graham