This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
regressiontests
/
templates
History
Jacob Kaplan-Moss
bd2b0059be
Here's the rest of [9530] where I actually rename the tag like I said I did. I swear this was git's fault, not mine.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@9532
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-24 22:33:32 +00:00
..
__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
context.py
Fixed
#4563
-- Context.pop/push/update return the top-level dictionary (the new
2007-12-02 23:57:22 +00:00
filters.py
Fixed
#6948
-- The join filter was escaping the literal value that was
2008-11-15 01:16:20 +00:00
loaders.py
Fixed
#7767
-- Fixed template egg loading test for Windows systems.
2008-07-29 06:05:15 +00:00
models.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
tests.py
Here's the rest of [9530] where I actually rename the tag like I said I did. I swear this was git's fault, not mine.
2008-11-24 22:33:32 +00:00
unicode.py
Fixed
#6057
-- Mark rendered template output as safe for auto-escaping purposes.
2007-11-30 15:32:01 +00:00
urls.py
Altered a failing url template tag test to work more reliably.
2008-10-05 04:59:55 +00:00
views.py
Added a couple of extra tests to ensure url tag robustness. These are an
2008-08-31 17:29:49 +00:00