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-03-03 21:55:04 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
templates
History
Aymeric Augustin
ddfc7c2530
Fixed
#4746
-- Allowed spaces around filter separator.
2012-04-30 21:01:06 +02:00
..
eggs
…
templates
Fixed
#18037
-- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review.
2012-04-24 19:55:52 +00:00
templatetags
…
__init__.py
…
alternate_urls.py
…
callables.py
…
context.py
…
custom.py
…
filters.py
…
loaders.py
…
models.py
…
nodelist.py
Fixed
#18013
-- Use the new 'as' syntax for exceptions.
2012-04-29 20:57:15 +02:00
parser.py
Converted templates doctests into unittests. We have always been at war with doctests.
2010-11-04 04:47:05 +00:00
response.py
…
smartif.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
tests.py
Fixed
#4746
-- Allowed spaces around filter separator.
2012-04-30 21:01:06 +02:00
unicode.py
…
urls.py
…
views.py
…