1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/regressiontests
Malcolm Tredinnick 4480645ac3 Fixed #8316 -- Put tighter restrictions on the type of Foreign Key fields
created for MySQL (because MySQL + InnoDB has those restrictions).
Patch from julianb.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8782 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-01 00:49:03 +00:00
..
admin_ordering
admin_registration Improved admin model registration options: you can now register using register(Model, **options) and even register(Model, ModelAdmin, **options). This isn't documented yet -- a much expanded version of docs/admin.txt is on the way. 2008-07-23 18:58:06 +00:00
admin_scripts
admin_validation
admin_views
admin_widgets
auth_backends Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lacking 2008-07-22 03:05:40 +00:00
backends
bug639
cache
comment_tests
context_processors
datastructures
datatypes
dateformat
datetime_safe
db_typecasts
decorators
defaultfilters
dispatch
extra_regress
file_storage
file_uploads
fixtures_regress
forms
get_or_create_regress
httpwrappers
humanize
i18n Tweaked an i18n test that is a bit sensitive to Python versions. It returns 2008-03-17 16:03:46 +00:00
initial_sql_regress Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormFields and db model Fields. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used. 2007-08-05 05:14:46 +00:00
inline_formsets
m2m_regress
m2m_through_regress
mail
many_to_one_regress
max_lengths
middleware
model_fields
model_inheritance_regress
model_inheritance_select_related
model_regress Fixed #8316 -- Put tighter restrictions on the type of Foreign Key fields 2008-09-01 00:49:03 +00:00
modeladmin
null_fk
null_queries Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
one_to_one_regress
pagination_regress
queries
requests
reverse_single_related
select_related_regress
serializers_regress
string_lookup Changed "exact" matches in MySQL to use the database's native collation. 2008-08-12 07:52:33 +00:00
syndication
templates Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently 2008-08-31 22:47:25 +00:00
test_client_regress
test_utils Made the test case for doctest comparison of XML fragments a little more rigorous. Refs #7441. 2008-07-20 08:47:10 +00:00
text
urlpatterns_reverse
utils
views
__init__.py Added regressions tests to ensure that one-to-one and many-to-many fields 2006-06-20 05:29:19 +00:00