1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/django
Marc Tamlyn 8d5c11caad Fixed #3542 -- Add support for changing granularity on ArchiveView.
Resolving the concept from a very old ticket in a more class-based-view
manner.
2012-08-18 17:03:57 +01:00
..
bin [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
conf
contrib [py3] Avoided passing a lazy string to urlparse. 2012-08-18 16:38:49 +02:00
core Fixed #18779 -- URLValidator can't validate url with ipv6. 2012-08-18 12:08:44 +01:00
db [py3] Ported django.utils.safestring. 2012-08-18 16:04:06 +02:00
dispatch [py3] Fixed dispatch tests 2012-08-15 18:19:21 +02:00
forms [py3] Removed a remaining use of __metaclass__. 2012-08-14 23:45:12 +02:00
http [py3] Fixed HTTP header serialization 2012-08-15 13:39:39 +02:00
middleware [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
shortcuts
template Fixed #14516 -- Extract methods from removetags and slugify template filters 2012-08-18 15:07:21 +01:00
templatetags [py3] Always pass bytes to hashlib.md5. 2012-08-15 11:34:41 +02:00
test Fixed Python version check in testcases.py 2012-08-16 15:31:01 +02:00
utils Introduced force_bytes and force_str. 2012-08-18 16:38:49 +02:00
views Fixed #3542 -- Add support for changing granularity on ArchiveView. 2012-08-18 17:03:57 +01:00
__init__.py