0
0
mirror of https://github.com/django/django.git synced 2024-11-22 11:57:34 +01:00
django/tests/modeltests
Malcolm Tredinnick 85ebb91846 Fixed #8669 -- Use a consistent version of create() across the board for
model/field instance creation. Based on a patch from Richard Davies.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8884 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-03 00:09:33 +00:00
..
basic
choices
custom_columns
custom_managers
custom_methods
custom_pk Fixed #8669 -- Use a consistent version of create() across the board for 2008-09-03 00:09:33 +00:00
delete
empty
field_defaults
field_subclassing
files
fixtures
force_insert_update
generic_relations Fixed #8309: subclasses now inherit GenericForeignKey correctly. There's also now an internal API so that other "virtual fields" like GFK can be inherited as well. Thanks, msaelices. 2008-09-02 15:26:00 +00:00
get_latest
get_object_or_404
get_or_create Fixed #8669 -- Use a consistent version of create() across the board for 2008-09-03 00:09:33 +00:00
invalid_models
lookup
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_through
m2o_recursive
m2o_recursive2
many_to_many
many_to_one
many_to_one_null
model_forms Fixed #8795: unique_together validation no longer fails on model forms that exclude fields included in the check. Thanks, Alex Gaynor. 2008-09-02 14:20:11 +00:00
model_formsets Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent with the form/formset factories. Refs #8071 to make it easier to get at exclude. Thanks julien for the patch. 2008-09-02 17:26:24 +00:00
model_inheritance
mutually_referential
one_to_one
or_lookups
order_with_respect_to
ordering Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to Ivan Sagalaev for the patch and initial test. 2008-09-01 12:07:26 +00:00
pagination
properties
reserved_names
reverse_lookup
save_delete_hooks
select_related
serializers
signals
str
test_client
transactions
update
user_commands
__init__.py