summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2012-01-08Try to save memory and time when using lazy objects by refering to their func...Alex Gaynor
2012-01-08Fixed #16656 -- Changed the urlize filter to accept more top-level domains.Aymeric Augustin
2012-01-08Fixed #16395 -- Prevented urlize from highlighting some malformed URLs. Thank...Aymeric Augustin
2012-01-08Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.Aymeric Augustin
2012-01-08Fixed #12183 -- Made the urlize filter insert the nofollow attribute properly...Aymeric Augustin
2012-01-07Added missing bits of r17352. Refs #17513.Aymeric Augustin
2012-01-07Fixed #17513 -- Prevented the MySQL backend from leaking MySQLdb-specific exc...Aymeric Augustin
2012-01-07Fixed #17491 -- Honored the version number format expected by distutils. Fixe...Aymeric Augustin
2012-01-07Fixed #17100 -- Typo in the regex for EmailValidator. Thanks reames AT asymme...Aymeric Augustin
2012-01-07Fixed #13704 -- Handled IDN properly in the urlize template filter. Thanks Cl...Aymeric Augustin
2012-01-07Fixed #9655 -- Prevented the urlize template filter from double-quoting URLs....Aymeric Augustin
2012-01-07Fixed #10756 -- Error in the formats accepted by PLNIPField. Thanks remik for...Aymeric Augustin
2012-01-07Fixed #17499 -- Ensured assertFieldOutput works for fields that customize the...Aymeric Augustin
2012-01-07Fixed #17415 -- Reset database sequence for Site's pk after creating the defa...Aymeric Augustin
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-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 #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-01Fixed #17486 -- Updated the welcome page of new projects to reflect the new s...Aymeric Augustin
2012-01-01Made sure startproject can handle template URLs with trailing slashes.Ramiro Morales
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 #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-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
2011-12-29Made sure `manage.py help test` works.Ramiro Morales
2011-12-28Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWeb...Julien Phalip
2011-12-27Fixed #17455 -- Extended `CachedStaticFilesStorage` slightly to handle some U...Jannis Leidel
2011-12-27Fixed a CacheKeyWarning under Windows.Aymeric Augustin
2011-12-25Fixed #17462: Adjusted staticfiles CachedFilesMixin code so its tests pass on...Karen Tracey
2011-12-25Fixed #17047 -- Improved django.db.utils.load_backend to raise a better excep...Jannis Leidel
2011-12-25Fixed a few tests to run on Python 2.5. Thanks, Florian Apolloner.Jannis Leidel
2011-12-24Fixed #17110 -- Mentionned that the {% filter %} tag doesn't support the 'saf...Aymeric Augustin
2011-12-24Fixed #17457 -- Marked strings used in hash descriptions for translation.Aymeric Augustin
2011-12-24Fixed #17414 -- Prevented numberformat from trying to group digits when the n...Aymeric Augustin
2011-12-24Added a password reset link to default admin login page if a password reset U...Luke Plant