This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-30 03:59:19 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
utils
History
Aymeric Augustin
e89bc39935
Reverted type check added in 62954ba04c.
...
Refs
#17040
.
2012-08-21 09:00:55 +02:00
..
archives
…
eggs
…
test_module
…
__init__.py
…
archive.py
Ensured that the archive module consistantly explicitly closed all files.
2012-08-15 02:53:40 -07:00
baseconv.py
[py3] Ported django.utils.baseconv.
2012-08-07 12:00:23 +02:00
checksums.py
…
crypto.py
Reverted type check added in 62954ba04c.
2012-08-21 09:00:55 +02:00
datastructures.py
[py3] Updated dict-like data structures for Python 3.
2012-07-25 22:58:48 +02:00
dateformat.py
…
dateparse.py
Fixed
#18728
-- Made colon optional in tzinfo
2012-08-19 21:47:41 +02:00
datetime_safe.py
…
decorators.py
[py3] Ported django.utils.decorators.
2012-08-07 12:00:23 +02:00
feedgenerator.py
…
functional.py
…
html.py
Fixed
#14516
-- Extract methods from removetags and slugify template filters
2012-08-18 15:07:21 +01:00
http.py
[py3] Removed uses of sys.maxint under Python 3.
2012-08-03 18:51:28 +02:00
ipv6.py
…
jslex.py
…
models.py
…
module_loading.py
Close files in the module_loading tests always.
2012-08-15 02:47:02 -07:00
regex_helper.py
…
simplelazyobject.py
[py3] Ported django.utils.functional.
2012-08-07 12:00:23 +02:00
termcolors.py
…
test_no_submodule.py
…
tests.py
[py3]
Fixed
#17040
-- ported django.utils.crypto.constant_time_compare.
2012-08-20 22:50:49 +02:00
text.py
[py3] Made 212b9826bd Python 3-friendly
2012-08-18 17:51:16 +02:00
timesince.py
…
timezone.py
…
tzinfo.py
…