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-02-13 02:46:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
208e26b39c
Branches
Tags
View all branches
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
…
templatetags
…
__init__.py
Refs
#2333
- Modified runtests script to use new testing framework. Migrated existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate.
2006-08-27 13:59:47 +00:00
alternate_urls.py
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00
callables.py
Fixed
#15791
- method to signal that callable objects should not be called in templates
2011-04-19 22:06:19 +00:00
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
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00
filters.py
…
loaders.py
Removed remains from times when tests could be run outside of runtests.py.
2011-10-26 21:03:18 +00:00
models.py
…
nodelist.py
Fixed
#18013
-- Use the new 'as' syntax for exceptions.
2012-04-29 20:57:15 +02:00
parser.py
…
response.py
…
smartif.py
…
tests.py
Fixed
#4746
-- Allowed spaces around filter separator.
2012-04-30 21:01:06 +02:00
unicode.py
…
urls.py
…
views.py
…