1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/django/utils
Claude Paroz 132d0e516e Fixed #22171 -- Improved sanitize_separators cleverness
Thanks Klaas van Schelven for the report and Tim Graham for the
review.
2014-08-18 19:57:50 +02:00
..
2to3_fixes
translation Fixed #23005 -- Allowed specifying special fallback languages 2014-07-14 20:50:03 +02:00
__init__.py
_os.py Cleaned temp dir in symlinks_supported() 2014-06-23 13:27:52 +02:00
archive.py Fixed #22681 -- Made TarArchive recognize leading directories properly. 2014-06-03 12:00:33 -04:00
autoreload.py Fixed #23083 -- Fixed runserver reloading when deleting a file. 2014-07-25 13:23:52 -04:00
baseconv.py
cache.py
checksums.py
crypto.py Bump the default iterations for PBKDF2. 2014-07-11 22:43:26 -07:00
daemonize.py Fixed #20815 -- Don't enforce unbuffered I/O on Python 3. 2014-06-07 22:33:56 +02:00
datastructures.py
dateformat.py
dateparse.py Fixed #22814 -- Allowed ISO-8601 [+-]hh timezone format in parse_datetime 2014-06-12 10:58:50 -06:00
dates.py
datetime_safe.py
deconstruct.py
decorators.py Fixed #23287 -- Updated error message for classonlymethod decorator. 2014-08-15 09:03:43 -04:00
deprecation.py Corrected deprecation warnings. 2014-03-27 17:48:12 -04:00
dictconfig.py
encoding.py Optimize is_protected_type slightly (used by force_text, which is used basically everywhere) 2014-06-07 20:36:59 -07:00
feedgenerator.py
formats.py Fixed #22171 -- Improved sanitize_separators cleverness 2014-08-18 19:57:50 +02:00
functional.py Fixed #22691 -- Added aliasing to cached_property. 2014-07-01 06:32:53 -04:00
html_parser.py
html.py Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter. 2014-08-15 08:20:02 -04:00
http.py Fixed #22223 -- Prevented over-escaping URLs in reverse() 2014-07-09 09:54:34 +02:00
importlib.py
ipv6.py Fixed two typos in docstrings. 2014-08-02 15:14:13 +02:00
itercompat.py
jslex.py
log.py Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00
lorem_ipsum.py Fixed #22789 -- Deprecated django.contrib.webdesign. 2014-07-14 08:45:19 -04:00
lru_cache.py
module_loading.py Simplified module_has_submodule on Python >= 3.3. 2014-06-07 22:02:05 +02:00
numberformat.py
regex_helper.py Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00
safestring.py
six.py Added django.utils.six.buffer_types 2014-06-13 13:09:51 -04:00
synch.py
termcolors.py
text.py Fixed #6668 -- Optimized utils.text wrap function 2014-05-17 20:42:58 +02:00
timesince.py
timezone.py Fixed several flake8 errors, including one where a test wouldn't be run 2014-05-17 09:54:34 -07:00
tree.py Fixed #22531 -- Added tree.Node.__repr__ and tests for the class. 2014-05-16 09:30:25 -04:00
tzinfo.py Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
unittest.py
version.py Fixed a typo in comment in django/utils/version.py 2014-08-04 10:23:37 -04:00
xmlutils.py