1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/django/utils
2011-11-01 14:02:31 +00:00
..
simplejson Fixed #17071 -- Made sure we report the right version of system-level {simple,}json module. 2011-10-20 17:21:10 +00:00
translation Fixed #14806 -- Added support for contextual translations to the trans and blocktrans template tags. Thanks to jtiai for the report. 2011-10-19 04:59:47 +00:00
unittest Fixed #15635 -- Converted two legacy old-style raise statements. Thanks, DaNmarner 2011-03-26 03:30:48 +00:00
__init__.py
_os.py Fixes #8593 -- better handling of safe_join case sensitivity on windows. Thanks for the initial patch, ramiro. 2011-05-22 23:56:42 +00:00
autoreload.py Fixed #16523 -- Made path handling in autoreload code work on Jython. Thanks, Aymeric Augustin. 2011-08-15 08:29:08 +00:00
baseconv.py Switch to using explicit new-style division behavior, rather than relying on teh classic behavior. 2011-09-09 21:45:58 +00:00
cache.py Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is False. Refs #5691. 2011-11-01 14:02:31 +00:00
checksums.py
copycompat.py Re-added a few compatibility modules that were removed in r15927 to lower the impact on 3rd party apps. 2011-03-30 08:34:05 +00:00
crypto.py Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00
daemonize.py
datastructures.py Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a QueryDict) to a dictionary of key-value pairs. Thanks, oinopion and hvdklauw. 2011-06-16 16:34:55 +00:00
dateformat.py Fixed #16924 -- Corrected date template filter handling of negative (West of UTC) timezone offsets. 2011-09-25 17:08:31 +00:00
dates.py Fixed #9988 (again) -- Updated list of Associated Press months names to use a translation context. Thanks, Claude Paroz. 2011-01-21 22:25:50 +00:00
datetime_safe.py
decorators.py Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResponse 2011-05-24 21:28:43 +00:00
dictconfig.py Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draft patch, and to the many people who gave feedback during development of the patch. 2010-10-04 15:12:39 +00:00
encoding.py Change some string literals to be unicode, because: 2011-10-11 17:36:05 +00:00
feedgenerator.py Fixed #14202 -- made the atom:link element optional in feeds. 2011-10-23 15:19:09 +00:00
formats.py Fixed 16938 -- Ensured that the active locale's formats take precedence over the default settings even if they would be interpreted as False in a conditional test (e.g. 0 or empty string). Thanks to pikerr for the report and initial patch. 2011-10-20 12:14:06 +00:00
functional.py move an mport out of a function 2011-10-21 23:38:52 +00:00
hashcompat.py Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. 2011-06-09 20:01:28 +00:00
html.py Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines first. Thanks, Julien Phalip. 2011-07-29 10:22:25 +00:00
http.py Switch to using explicit new-style division behavior, rather than relying on teh classic behavior. 2011-09-09 21:45:58 +00:00
importlib.py
ipv6.py Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn. 2011-06-11 13:48:24 +00:00
itercompat.py Remove the usage of deprecated function in Django. Also simplify the fallback code. 2011-10-14 00:20:50 +00:00
jslex.py Fixed #16971 - Made the parsing of javascript files by 'makemessages' much faster. Thanks Antti Haapala for the implementation and Ned Batchelder for the patch. 2011-10-04 20:11:41 +00:00
log.py Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error emails when DEBUG is True in projects with no explicit LOGGING setting. Thanks to Andreas Pelme for report and patch. 2011-09-16 16:41:38 +00:00
module_loading.py Fixed #15525 -- Custom template tags loading breaks whenever templatetags is a python file 2011-08-28 02:37:16 +00:00
numberformat.py Fixed #16404 -- Fixed a regression in the localization changes in the humanize app made in r16168. Thanks, grepsd@gmail.com. 2011-09-08 13:25:11 +00:00
regex_helper.py
safestring.py
synch.py
termcolors.py
text.py Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Beaven. 2011-07-14 13:47:10 +00:00
timesince.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
tree.py Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00
tzinfo.py Fixed #16899 -- Backported the fix for http://bugs.python.org/issue9063 and added a test. 2011-10-13 21:19:48 +00:00
version.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
xmlutils.py