summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
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
2011-08-15Fixed #16523 -- Made path handling in autoreload code work on Jython. Thanks,...Jannis Leidel
2011-08-11Removed unused files from under django.utils.Ramiro Morales
2011-07-29Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines firs...Jannis Leidel
2011-07-14Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-07-10Properly implement PEP 302 in the module_loading module. For unknown reasons...Alex Gaynor
2011-06-26Fixed #16322 -- Fixed Accept-Language parsing to allow spaces around semicolo...Jannis Leidel
2011-06-22Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...Carl Meyer
2011-06-16Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a ...Jannis Leidel
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel