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-24 00:55:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
History
…
..
modeltests
Fixed
#14951
-- Made the unique_for_{date,month,year} model field constraints to not fail when the related DateField is empty.
2011-01-09 13:26:39 +00:00
regressiontests
Added tests demonstrating that filtering lookup expression that involve model with inheritance schemes aren't incorrectly blacklisted by the r15031 security fix. Refs.
#15032
.
2011-01-12 23:30:47 +00:00
templates
Fixed
#13897
-- Added tests for pagination feature of the generic object_list view. Thanks, d0ugal and SmileyChris.
2010-10-01 02:01:20 +00:00
runtests.py
Fixed
#10420
-- GeoDjango tests are run as part of Django tests when using spatial database backends with
runtests.py
.
2010-12-21 23:42:12 +00:00
test_sqlite.py
Corrected the way databases were compared. This allows running the test suite with two in memory SQLite databases.
2010-11-19 08:08:08 +00:00
urls.py
Fixed
#14507
-- Corrected the logic of the URL helpers and view of staticfiles to actual work like documented (only when settings.DEBUG is True). Thanks for the report and initial patch, mbi.
2010-10-21 03:16:41 +00:00