1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/tests/modeltests
2010-01-14 17:04:53 +00:00
..
aggregation
basic
choices
custom_columns
custom_managers
custom_methods
custom_pk
defer
delete
empty
expressions
field_defaults
field_subclassing
files
fixtures
fixtures_model_package
force_insert_update
generic_relations
get_latest
get_object_or_404
get_or_create
invalid_models
lookup Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in the database 2010-01-10 17:53:19 +00:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_signals Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (including, most recently, rvdrijst and frans) that have contributed to this patch. 2010-01-13 11:07:16 +00:00
m2m_through
m2o_recursive
m2o_recursive2
many_to_many
many_to_one
many_to_one_null
model_forms Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev. 2010-01-12 02:29:45 +00:00
model_formsets Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev. 2010-01-12 02:29:45 +00:00
model_inheritance
model_inheritance_same_model_name
model_package Fixed #12386 -- Corrected the column names produced for autogenerated m2m tables when the related table is specified as a dot-separated string. Thanks to ldevesine for the report and simonb for the extra test case. 2010-01-14 14:55:36 +00:00
mutually_referential
one_to_one
or_lookups
order_with_respect_to
ordering
pagination
properties
proxy_models
raw_query
reserved_names
reverse_lookup
save_delete_hooks
select_related
serializers
signals
str
test_client
transactions
unmanaged_models
update
user_commands
validation Fixed #12560. Changed validate_unique to stop checking null primary key values. Thanks, Honza Král. 2010-01-14 17:04:53 +00:00
validators Added __init__.py and models.py so tests for validators will actually run. 2010-01-10 00:07:41 +00:00
__init__.py