django/tests/modeltests
Luke Plant 4c4d08502c Fixed #17991 - prefetch_related fails with GenericRelation and varchar ID field
Thanks to okke@formsma.nl for the report, and carmandrew@gmail.com for the tests.
2012-10-29 14:31:54 +00:00
..
aggregation
basic Avoid dependence on exact Python exception messages 2012-10-26 01:40:33 +01:00
choices
custom_columns
custom_managers
custom_methods
custom_pk
defer
delete Fixed a DeprecationWarning under Python 3. 2012-10-24 16:52:21 +02:00
distinct_on_fields
empty [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04:00
expressions Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions" 2012-10-10 01:15:29 +03:00
field_defaults
field_subclassing
files
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 #19049 -- Ensure that swapped models aren't included in reverse field caches. 2012-10-02 22:52:45 +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 Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty value 2012-10-03 20:47:35 +03:00
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 Fixed #17991 - prefetch_related fails with GenericRelation and varchar ID field 2012-10-29 14:31:54 +00:00
properties
proxy_model_inheritance
proxy_models Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
raw_query
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 Fixed timezone tests when dict randomization is on 2012-10-25 23:14:17 +02:00
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 Fixed #17867 -- Made email validation pass with IDN domains 2012-10-09 15:08:32 +02:00
__init__.py