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 20:19:22 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
templates
History
Aymeric Augustin
faf570df18
[py3] Compared response.content with bytes.
2012-08-14 12:29:53 +02:00
..
eggs
…
templates
…
templatetags
[py3] Fixed access to dict keys/values/items.
2012-08-07 12:00:22 +02:00
__init__.py
…
alternate_urls.py
…
callables.py
…
context.py
Converted templates doctests into unittests. We have always been at war with doctests.
2010-11-04 04:47:05 +00:00
custom.py
…
filters.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
loaders.py
[py3] Used compatible imports of StringIO.
2012-08-08 14:50:01 +02:00
models.py
…
nodelist.py
…
parser.py
…
response.py
[py3] Compared response.content with bytes.
2012-08-14 12:29:53 +02:00
smartif.py
…
tests.py
[py3] Made exception examination py3-compatible.
2012-08-12 12:08:58 -04:00
unicode.py
[py3] Replaced unicode/str by six.text_type/bytes.
2012-07-22 09:29:54 +02:00
urls.py
…
views.py
…