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
/
othertests
History
Adrian Holovaty
3770dbde3c
Added urlpatterns_reverse unit tests, which test the reverse lookup of URLs
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@3471
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28 02:08:36 +00:00
..
__init__.py
Added framework for writing non-model-based tests, and added tests for cache and templates
2005-08-01 19:09:07 +00:00
cache.py
Fixed
#1626
-- Fixed a bunch of typos in comments and docs. Thanks, Dexter
2006-04-12 13:35:31 +00:00
dateformat.py
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read
http://code.djangoproject.com/wiki/RemovingTheMagic
for upgrade instructions.
2006-05-02 01:31:56 +00:00
db_typecasts.py
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read
http://code.djangoproject.com/wiki/RemovingTheMagic
for upgrade instructions.
2006-05-02 01:31:56 +00:00
defaultfilters.py
Fixes
#2202
-- Added ability to customize output of pluralize filter to handle irregular cases (walrus/walruses, cherry/cherries). Thanks to gid for the suggestion and the initial patch
2006-07-04 06:18:39 +00:00
httpwrappers.py
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read
http://code.djangoproject.com/wiki/RemovingTheMagic
for upgrade instructions.
2006-05-02 01:31:56 +00:00
markup.py
Fixed
#2397
-- fixed markdown test to be a bit more lenient in what counts as a
2006-07-22 02:47:17 +00:00
templates.py
Fixed
#1650
: the {% extends %} tag now can extend a Template object passed into the context. Thanks, clelland@gmail.com.
2006-07-27 23:23:55 +00:00
urlpatterns_reverse.py
Added urlpatterns_reverse unit tests, which test the reverse lookup of URLs
2006-07-28 02:08:36 +00:00