django/tests/modeltests
Karen Tracey 21fa517248 Fixed #9218 -- Simplified the fix from #9039 and added tests to ensure this case doesn't break again (and that the simplification didn't break anything).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-05 19:47:44 +00:00
..
basic
choices
custom_columns
custom_managers
custom_methods
custom_pk
delete
empty
field_defaults
field_subclassing
files
fixtures
force_insert_update
generic_relations
get_latest
get_object_or_404
get_or_create
invalid_models
lookup
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_through
m2o_recursive
m2o_recursive2
many_to_many
many_to_one
many_to_one_null
model_forms Fixed #9218 -- Simplified the fix from #9039 and added tests to ensure this case doesn't break again (and that the simplification didn't break anything). 2008-11-05 19:47:44 +00:00
model_formsets Fixed #9494 -- Ensure the foreign key in an inline formset is always present on the forms. Thanks Fugazi for the report. 2008-11-01 22:25:41 +00:00
model_inheritance
mutually_referential
one_to_one
or_lookups
order_with_respect_to
ordering
pagination
properties
reserved_names
reverse_lookup
save_delete_hooks
select_related
serializers
signals
str
test_client
transactions
update
user_commands
__init__.py