django/tests/modeltests
Ramiro Morales c4b6659269 Added test to demonstrate issue 11263 isn't there anymore.
Thanks veena for the report and jaklaassen for the patch. Fixes #11263.
2013-02-01 23:30:50 -03:00
..
aggregation
basic Updated deprecated test assertions 2013-01-08 19:08:15 +01:00
choices
custom_columns
custom_managers
custom_methods
custom_pk
defer
delete Removed some uses of the deprecated assertEquals 2013-01-15 07:51:33 -08:00
distinct_on_fields
empty
expressions Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering 2012-12-13 13:33:11 +02:00
field_defaults
field_subclassing Use new TestCase methods for equality comparisons 2012-12-24 00:24:14 +00:00
files Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b. 2012-12-27 09:37:57 +01:00
fixtures Use new TestCase methods for equality comparisons 2012-12-24 00:24:14 +00:00
fixtures_model_package
force_insert_update
generic_relations Added test to demonstrate issue 11263 isn't there anymore. 2013-02-01 23:30:50 -03:00
get_earliest_or_latest Cleaned up testing models.py added for earliest() 2013-01-20 08:53:45 +02:00
get_object_or_404 Fixed #19173 -- Made EmptyQuerySet a marker class only 2013-01-06 19:18:28 +02:00
get_or_create
invalid_models Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to jgelens for the original patch. 2012-11-04 10:16:06 -08:00
known_related_objects Minor fixes in the known_related_objects tests. 2013-01-02 22:21:46 +01:00
lookup Fixed #19173 -- Made EmptyQuerySet a marker class only 2013-01-06 19:18:28 +02:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering 2012-12-13 13:33:11 +02:00
m2m_signals
m2m_through
m2o_recursive
many_to_many
many_to_one Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering 2012-12-13 13:33:11 +02:00
many_to_one_null
model_forms Fixed autopk issue in tests 2012-12-29 16:25:24 +02:00
model_formsets Fixed #17416 -- Added widgets argument to inlineformset_factory and modelformset_factory 2013-01-24 08:58:17 +01:00
model_inheritance
model_inheritance_same_model_name
model_package
mutually_referential
one_to_one
or_lookups
order_with_respect_to
ordering [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
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 Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
proxy_models
raw_query Fixed two typos. 2012-11-25 19:31:53 +01:00
reserved_names
reverse_lookup
save_delete_hooks
select_for_update
select_related Silenced warnings in the tests of deprecated features. 2012-12-29 22:32:07 +01:00
serializers
signals
str Updated deprecated test assertions 2013-01-08 19:08:15 +01:00
tablespaces
test_client
timezones Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3. 2013-01-26 13:47:11 +01:00
transactions
unmanaged_models
update
update_only_fields
user_commands
validation
validators Fixed validation of email addresses when the local part contains an @. 2013-01-26 12:20:57 +01:00
__init__.py