1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/tests/modeltests
2010-01-14 14:55:36 +00:00
..
aggregation
basic Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
choices
custom_columns
custom_managers
custom_methods
custom_pk Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
defer Fixed #11936 -- Removed deferred models from the list returned by the app_cache. Thanks to ryszard for the report, and clamothe for the initial patch. 2009-12-22 06:01:23 +00:00
delete Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
empty
expressions
field_defaults
field_subclassing
files
fixtures Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
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 Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
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 Fixed #9638 - Added %(app_label)s to the related_name format string for abstract models. 2010-01-09 20:03:52 +00:00
model_inheritance_same_model_name Fixed #9638 - Added %(app_label)s to the related_name format string for abstract models. 2010-01-09 20:03:52 +00:00
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 Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
raw_query Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
reserved_names
reverse_lookup
save_delete_hooks
select_related
serializers Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
signals
str
test_client
transactions Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
unmanaged_models
update
user_commands
validation 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
validators Added __init__.py and models.py so tests for validators will actually run. 2010-01-10 00:07:41 +00:00
__init__.py