django/tests/modeltests
Claude Paroz 121fd109de Fixed #5524 -- Do not remove cleaned_data when a form fails validation
cleaned_data is no longer deleted when form validation fails but only
contains the data that did validate.
Thanks to the various contributors to this patch (see ticket).
2012-08-04 14:22:23 +02:00
..
aggregation Fixed #18056 - Cleared aggregations on DateQuery.add_date_select 2012-07-16 19:52:31 +03:00
basic [py3] Removed longs. 2012-07-22 09:29:53 +02:00
choices
custom_columns [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
custom_managers [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
custom_methods
custom_pk [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
defer Fixed #17485 -- Made defer work with select_related 2012-06-26 18:08:42 +03:00
delete [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
distinct_on_fields Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
empty Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
expressions [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
field_defaults [py3] Removed longs. 2012-07-22 09:29:53 +02:00
field_subclassing [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
files Fixed #18515 -- Conditionally regenerated filename in FileField validation 2012-06-26 18:18:44 +02:00
fixtures Added more precise assertions on two fixture tests. 2012-06-07 14:37:37 +02:00
fixtures_model_package Removed unneeded u prefixes 2012-06-19 17:37:28 +02:00
force_insert_update
generic_relations Fixed widget parent class in generic_relations test 2012-07-03 11:57:15 +02:00
get_latest
get_object_or_404
get_or_create Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
invalid_models Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
known_related_objects Fixed #18177 -- Cached known related instances. 2012-05-24 13:25:01 +02:00
lookup [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
m2m_and_m2o [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
m2m_intermediary [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
m2m_multiple
m2m_recursive
m2m_signals
m2m_through Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
m2o_recursive
many_to_many Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
many_to_one [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
many_to_one_null [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
model_forms Fixed #5524 -- Do not remove cleaned_data when a form fails validation 2012-08-04 14:22:23 +02:00
model_formsets [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
model_inheritance [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
model_inheritance_same_model_name
model_package Convert all modeltests to use absolute imports, rather than relative ones. 2011-10-13 18:04:12 +00:00
mutually_referential
one_to_one Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
or_lookups
order_with_respect_to [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
ordering
pagination [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
prefetch_related [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
properties Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
proxy_model_inheritance Fixed #18083 -- Fixed cascade deletion with proxy model of concrete subclass. Thanks Simon Charette for report and patch. 2012-04-09 22:41:20 +00:00
proxy_models Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
raw_query
reserved_names
reverse_lookup Convert all modeltests to use absolute imports, rather than relative ones. 2011-10-13 18:04:12 +00:00
save_delete_hooks [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
select_for_update [py3] Fixed remaining Python 3 syntax errors. 2012-07-22 09:29:53 +02:00
select_related Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
serializers [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
signals [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
str Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
tablespaces Added missing relative imports in test files. 2012-05-12 19:58:32 +02:00
test_client [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +02:00
timezones Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
transactions Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
unmanaged_models
update [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
update_only_fields Fixed #18362 - Made model.save() update_fields accept attnames 2012-07-05 16:43:28 +03:00
user_commands Fixed #18387 -- Do not call sys.exit during call_command. 2012-05-27 20:38:47 +02:00
validation Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
validators Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
__init__.py