index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
Age
Commit message (
Expand
)
Author
2011-12-24
Fixed #17414 -- Prevented numberformat from trying to group digits when the n...
Aymeric Augustin
2011-12-23
Fixed django.utils.timezone.__all__ to include correct function names.
Jannis Leidel
2011-12-23
Renovated password hashing. Many thanks to Justine Tunney for help with the i...
Paul McMillan
2011-12-22
Added yet another missing with_statement import. Thanks, Florian Apolloner.
Jannis Leidel
2011-12-22
Fixed a missing exception (`WindowsError`) when using the rmtree error handle...
Jannis Leidel
2011-12-22
Fixed #17042 -- Extended startproject and startapp management commands to bet...
Jannis Leidel
2011-12-17
Negligible spacing cleanup in utils/dateparse.py
Adrian Holovaty
2011-12-15
Fixed #16563 - Error pickling request.user
Luke Plant
2011-12-11
Made makemessages leave `'%%'` sequences untouched when extracting translatab...
Ramiro Morales
2011-12-11
Fixed #11240 -- Made makemessages i18n command escape % symbols in literals p...
Ramiro Morales
2011-11-27
Clean up the the locmem cache backend and utils.synch by using context manage...
Alex Gaynor
2011-11-25
Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...
Aymeric Augustin
2011-11-21
Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...
Aymeric Augustin
2011-11-18
Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-01
Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is Fa...
Aymeric Augustin
2011-10-26
Fixed several problems that hid one another in the cache tests and code.
Aymeric Augustin
2011-10-23
Fixed #14202 -- made the atom:link element optional in feeds.
Aymeric Augustin
2011-10-21
move an mport out of a function
Alex Gaynor
2011-10-20
Fixed #17071 -- Made sure we report the right version of system-level {simple...
Ramiro Morales
2011-10-20
Fixed 16938 -- Ensured that the active locale's formats take precedence over ...
Julien Phalip
2011-10-19
Fixed #14806 -- Added support for contextual translations to the `trans` and ...
Julien Phalip
2011-10-14
Remove the usage of deprecated function in Django. Also simplify the fallback...
Alex Gaynor
2011-10-13
Fixed #16899 -- Backported the fix for http://bugs.python.org/issue9063 and a...
Aymeric Augustin
2011-10-11
Change some string literals to be unicode, because:
Alex Gaynor
2011-10-04
Fixed #16971 - Made the parsing of javascript files by 'makemessages' much fa...
Aymeric Augustin
2011-09-30
Fixed #14270 - related manager classes should be cached
Luke Plant
2011-09-25
Fixed #16924 -- Corrected `date` template filter handling of negative (West o...
Ramiro Morales
2011-09-22
Fixed #16909 -- Pass language to get_format_modules when calling it from get_...
Jannis Leidel
2011-09-16
Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e...
Carl Meyer
2011-09-09
Switch to using explicit new-style division behavior, rather than relying on ...
Alex Gaynor
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-09-09
Fixed #15237 -- Fixed a typo in specifying UTF-8 encoding in the feed generat...
Jannis Leidel
2011-09-09
Fixed a bunch of imports of the email stdlib module now that we are on Python...
Jannis Leidel
2011-09-08
Fixed #16003 -- Restored compatibility of the admin when using USE_ETAGS. Tha...
Jannis Leidel
2011-09-08
Fixed #16404 -- Fixed a regression in the localization changes in the humaniz...
Jannis Leidel
2011-09-08
Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...
Jannis Leidel
2011-09-02
Fixed #16736 -- Enabled the merging of user-supplied arguments to format the ...
Julien Phalip
2011-08-28
Fixed #15525 -- Custom template tags loading breaks whenever templatetags is ...
Chris Beaven
2011-08-23
Fixed #15499 -- Ensure that cache control headers don't try to set public and...
Russell Keith-Magee
2011-08-15
Fixed #16523 -- Made path handling in autoreload code work on Jython. Thanks,...
Jannis Leidel
2011-08-11
Removed unused files from under django.utils.
Ramiro Morales
2011-07-29
Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines firs...
Jannis Leidel
2011-07-14
Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-10
Properly implement PEP 302 in the module_loading module. For unknown reasons...
Alex Gaynor
2011-06-26
Fixed #16322 -- Fixed Accept-Language parsing to allow spaces around semicolo...
Jannis Leidel
2011-06-22
Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...
Carl Meyer
2011-06-16
Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a ...
Jannis Leidel
2011-06-15
Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...
Jannis Leidel
[prev]
[next]