django/tests/modeltests
2012-09-30 17:51:11 +03:00
..
aggregation
basic [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04:00
choices
custom_columns
custom_managers
custom_methods
custom_pk
defer
delete Fixed #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03:00
distinct_on_fields
empty [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04:00
expressions Splitted expressions tests into smaller methods 2012-09-30 17:51:11 +03:00
field_defaults
field_subclassing
files Removed unnecessary bytes prefix for ContentFile 2012-08-29 11:32:18 +02:00
fixtures [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04:00
fixtures_model_package
force_insert_update
generic_relations
get_latest
get_object_or_404
get_or_create Revert "Fixed #16865 -- Made get_or_create use read database for initial get query." 2012-09-19 11:15:12 -06:00
invalid_models Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
known_related_objects
lookup
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_signals
m2m_through
m2o_recursive
many_to_many [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04:00
many_to_one [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04:00
many_to_one_null
model_forms
model_formsets
model_inheritance
model_inheritance_same_model_name
model_package
mutually_referential
one_to_one
or_lookups
order_with_respect_to
ordering
pagination
prefetch_related
properties
proxy_model_inheritance
proxy_models Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
raw_query Cleaned up some small bits of the ORM, including removing an import *. 2012-09-07 10:58:17 -04:00
reserved_names
reverse_lookup
save_delete_hooks
select_for_update
select_related
serializers
signals
str
tablespaces
test_client Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail 2012-09-26 14:14:51 +02:00
timezones
transactions
unmanaged_models
update
update_only_fields [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04:00
user_commands
validation [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04:00
validators
__init__.py