summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2012-01-08Fixed #12183 -- Made the urlize filter insert the nofollow attribute properly...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-03Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_bChris Beaven
2012-01-02Fixed a stupid bug in the implementation of timezone.make_aware.Aymeric Augustin
2012-01-02Fixed #10931 -- Made `Truncator` handle newlines properly. Thanks to gsong an...Julien Phalip
2011-12-30Fixed #10725 -- When the child process spawned by the autoreloader gets kille...Aymeric Augustin
2011-12-29Fixed #17476 -- Ensure timezone-dependant cache keys only use ASCII character...Aymeric Augustin
2011-12-27Fixed a CacheKeyWarning under Windows.Aymeric Augustin
2011-12-25Fixed a few tests to run on Python 2.5. Thanks, Florian Apolloner.Jannis Leidel
2011-12-24Fixed #17414 -- Prevented numberformat from trying to group digits when the n...Aymeric Augustin
2011-12-23Fixed django.utils.timezone.__all__ to include correct function names.Jannis Leidel
2011-12-23Renovated password hashing. Many thanks to Justine Tunney for help with the i...Paul McMillan
2011-12-22Added yet another missing with_statement import. Thanks, Florian Apolloner.Jannis Leidel
2011-12-22Fixed a missing exception (`WindowsError`) when using the rmtree error handle...Jannis Leidel
2011-12-22Fixed #17042 -- Extended startproject and startapp management commands to bet...Jannis Leidel
2011-12-17Negligible spacing cleanup in utils/dateparse.pyAdrian Holovaty
2011-12-15Fixed #16563 - Error pickling request.userLuke Plant
2011-12-11Made makemessages leave `'%%'` sequences untouched when extracting translatab...Ramiro Morales
2011-12-11Fixed #11240 -- Made makemessages i18n command escape % symbols in literals p...Ramiro Morales
2011-11-27Clean up the the locmem cache backend and utils.synch by using context manage...Alex Gaynor
2011-11-25Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...Aymeric Augustin
2011-11-21Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...Aymeric Augustin
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-01Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is Fa...Aymeric Augustin
2011-10-26Fixed several problems that hid one another in the cache tests and code.Aymeric Augustin
2011-10-23Fixed #14202 -- made the atom:link element optional in feeds.Aymeric Augustin
2011-10-21move an mport out of a functionAlex Gaynor
2011-10-20Fixed #17071 -- Made sure we report the right version of system-level {simple...Ramiro Morales
2011-10-20Fixed 16938 -- Ensured that the active locale's formats take precedence over ...Julien Phalip
2011-10-19Fixed #14806 -- Added support for contextual translations to the `trans` and ...Julien Phalip
2011-10-14Remove the usage of deprecated function in Django. Also simplify the fallback...Alex Gaynor
2011-10-13Fixed #16899 -- Backported the fix for http://bugs.python.org/issue9063 and a...Aymeric Augustin
2011-10-11Change some string literals to be unicode, because:Alex Gaynor
2011-10-04Fixed #16971 - Made the parsing of javascript files by 'makemessages' much fa...Aymeric Augustin
2011-09-30Fixed #14270 - related manager classes should be cachedLuke Plant
2011-09-25Fixed #16924 -- Corrected `date` template filter handling of negative (West o...Ramiro Morales
2011-09-22Fixed #16909 -- Pass language to get_format_modules when calling it from get_...Jannis Leidel
2011-09-16Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e...Carl Meyer
2011-09-09Switch to using explicit new-style division behavior, rather than relying on ...Alex Gaynor
2011-09-09Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor
2011-09-09Fixed #15237 -- Fixed a typo in specifying UTF-8 encoding in the feed generat...Jannis Leidel
2011-09-09Fixed a bunch of imports of the email stdlib module now that we are on Python...Jannis Leidel
2011-09-08Fixed #16003 -- Restored compatibility of the admin when using USE_ETAGS. Tha...Jannis Leidel
2011-09-08Fixed #16404 -- Fixed a regression in the localization changes in the humaniz...Jannis Leidel
2011-09-08Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...Jannis Leidel
2011-09-02Fixed #16736 -- Enabled the merging of user-supplied arguments to format the ...Julien Phalip
2011-08-28Fixed #15525 -- Custom template tags loading breaks whenever templatetags is ...Chris Beaven
2011-08-23Fixed #15499 -- Ensure that cache control headers don't try to set public and...Russell Keith-Magee