summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-05Added support for savepoints to the MySQL DB backend.Ramiro Morales
2012-01-04Fixed #17503 -- A destination directory passed to startproject or startapp as...Carl Meyer
2012-01-04Clarified deployment docs to avoid giving users the impression that staticfil...Carl Meyer
2012-01-03Add nate_b to AUTHORSChris Beaven
2012-01-03Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_bChris Beaven
2012-01-03Fixed #17496 -- Regression in the floatformat template filter, introduced by ...Aymeric Augustin
2012-01-03Fixed #17429 -- Ensured that `Meta.ordering=None` works the same if it were a...Julien Phalip
2012-01-02Fixed #16340 -- Made `get_or_create()` re-raise any `IntegrityError` with its...Julien Phalip
2012-01-02Fixed a stupid bug in the implementation of timezone.make_aware.Aymeric Augustin
2012-01-02Fixed #11184 -- Made it possible to build RPMs with a non-default python exec...Aymeric Augustin
2012-01-02Fixed #6163 -- Made "manage.py help runfcgi" display proper default values fo...Julien Phalip
2012-01-02Fixed #10931 -- Made `Truncator` handle newlines properly. Thanks to gsong an...Julien Phalip
2012-01-02Fixed #8997 -- Prevented the contenttypes `shortcut` view to hide errors occu...Julien Phalip
2012-01-02Improved the labels and help texts in the admin filter widget.Julien Phalip
2012-01-02Slightly improved the help text for the "Password" field in the `auth.User` a...Julien Phalip
2012-01-02Fixed #11410 -- Moved the "Groups" field to the "Permissions" module in the `...Julien Phalip
2012-01-02Fixed #17490 -- Added a trailing comma in INSTALLED_APPS, to avoid unexpected...Aymeric Augustin
2012-01-01Fixed #17486 -- Updated the welcome page of new projects to reflect the new s...Aymeric Augustin
2012-01-01Fix the dispatch test GC code under PyPy, and make the comment for Jython bet...Alex Gaynor
2012-01-01Fixed #17488 -- This test passed in 2011 only because 2012-01-01 is a Sunday....Aymeric Augustin
2012-01-01Made sure startproject can handle template URLs with trailing slashes.Ramiro Morales
2011-12-31Fixed #11986 - Added sudo to Mac OS permissions note in tutorial.Timo Graham
2011-12-31Fixed #640 - Documented that changing order_with_respect_to requires a schema...Timo Graham
2011-12-31Fixed #702 - Documented that ManyToMany fields can't be in unique_together; t...Timo Graham
2011-12-30Added a bit to the 1.4 release notes about the new SECURE_PROXY_SSL_HEADER se...Adrian Holovaty
2011-12-30Fixed incorrect 'setting::' prefix in settings.txtAdrian Holovaty
2011-12-30Improved comment formatting to appease Gaynor.Paul McMillan
2011-12-30Edited release-process.txt changes from [17300]Adrian Holovaty
2011-12-30Edited csrf.txt changes from [17299]Adrian Holovaty
2011-12-30Increased pbkdf2 scaling test vectors to lower chance of false test failures.Paul McMillan
2011-12-30Edited testing.txt changes from [17289]Adrian Holovaty
2011-12-30Edited testing.txt changes from [17283]Adrian Holovaty
2011-12-30Moved 'User-requested password resets' docs from [17266] from auth docs to ad...Adrian Holovaty
2011-12-30Edited docs/releases/1.4.txtAdrian Holovaty
2011-12-30Edited doc changes from [17246]Adrian Holovaty
2011-12-30Edited doc changes from [17244]Adrian Holovaty
2011-12-30Fixed #17068 - Documented that documentation fixes will be more freely backpo...Timo Graham
2011-12-30Fixed #16704 -- Documented how to insert the CSRF token outside of Django's o...Aymeric Augustin
2011-12-30Fixed #16590 -- Accepted a 'name' argument in the constructor of ContentFile,...Aymeric Augustin
2011-12-30Fixed #15789 -- Set the decimal precisio to avoid an exception in the floatfo...Aymeric Augustin
2011-12-30Fixed #10725 -- When the child process spawned by the autoreloader gets kille...Aymeric Augustin
2011-12-30Fixed #17303 -- Ensured the list of template loaders is fully loaded before i...Aymeric Augustin
2011-12-30Fixed #17334 - Documented the commit message style for backports; thanks krzy...Timo Graham
2011-12-30Fixed #17444 -- Made it possible to customize the 'To' header in emails.Aymeric Augustin
2011-12-30Fixed #17440 -- Used a more natural default date format in the Italian locale...Aymeric Augustin
2011-12-30Fixed #17470 - Broken links in 0.95/0.96 release notes; thanks fastinetserver...Timo Graham
2011-12-29Added the ability to specify multiple ports available for the `LiveServerTest...Julien Phalip
2011-12-29Moved validation of project names to an earlier spot so no directory with inv...Ramiro Morales
2011-12-29Made sure the new project template functionality works when the templateRamiro Morales
2011-12-29Fixed #17476 -- Ensure timezone-dependant cache keys only use ASCII character...Aymeric Augustin