1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/tests/modeltests
Malcolm Tredinnick d9cc22b3e3 Fixed #3268 -- Changed default model formfields to use a select widget when the
field has a choices attribute. Based on a patch from mrmachine.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-28 14:18:03 +00:00
..
basic Changed __year lookup to use a BETWEEN SQL statement instead of comparing the result of EXTRACT(year). This should be more efficient. 2007-02-14 06:32:32 +00:00
choices
custom_columns Fixed #3098 -- Added db_table parameter to m2m fields, allowing the specification of a custom table name for the m2m table. Thanks, Wolfram Kriesing. 2007-01-25 13:47:55 +00:00
custom_managers
custom_methods
custom_pk
empty Renumbered all the doctest examples so that they are ordered correctly on the doc pages. 2007-03-23 20:17:04 +00:00
field_defaults Renumbered all the doctest examples so that they are ordered correctly on the doc pages. 2007-03-23 20:17:04 +00:00
fixtures Renumbered all the doctest examples so that they are ordered correctly on the doc pages. 2007-03-23 20:17:04 +00:00
generic_relations Renumbered all the doctest examples so that they are ordered correctly on the doc pages. 2007-03-23 20:17:04 +00:00
get_latest
get_object_or_404 Renumbered all the doctest examples so that they are ordered correctly on the doc pages. 2007-03-23 20:17:04 +00:00
get_or_create Renumbered all the doctest examples so that they are ordered correctly on the doc pages. 2007-03-23 20:17:04 +00:00
invalid_models Fixed #2363 -- Improved base class checking in ModelBase metaclass. Thanks to 2007-03-31 12:02:37 +00:00
lookup #fixed #2256 -- Made count() interact with slicing on QuerySets. Patch from 2007-02-12 00:16:17 +00:00
m2m_and_m2o Renumbered all the doctest examples so that they are ordered correctly on the doc pages. 2007-03-23 20:17:04 +00:00
m2m_intermediary
m2m_multiple
m2m_recursive Renumbered all the doctest examples so that they are ordered correctly on the doc pages. 2007-03-23 20:17:04 +00:00
m2o_recursive
m2o_recursive2
manipulators Renumbered all the doctest examples so that they are ordered correctly on the doc pages. 2007-03-23 20:17:04 +00:00
many_to_many Fixed #3389 -- Many-to-many sets can now be assigned with primary key values 2007-01-29 16:09:25 +00:00
many_to_one
many_to_one_null
model_forms Fixed #3268 -- Changed default model formfields to use a select widget when the 2007-04-28 14:18:03 +00:00
model_inheritance
mutually_referential
one_to_one Fixed #2783 -- Fixed one-to-one fields to work with any primary key data type 2006-09-26 02:58:36 +00:00
or_lookups Fixed #2473 -- Added special case for '__in=[]' (empty set) queries, because 'WHERE attr IN ()' is invalid SQL on many backends. Thanks, Gary Wilson. 2007-01-04 04:00:16 +00:00
ordering
pagination Renumbered all the doctest examples so that they are ordered correctly on the doc pages. 2007-03-23 20:17:04 +00:00
properties
reserved_names
reverse_lookup
save_delete_hooks
select_related Removed formatting from the select_related test title. 2007-03-23 20:18:58 +00:00
serializers Renumbered all the doctest examples so that they are ordered correctly on the doc pages. 2007-03-23 20:17:04 +00:00
str
test_client Renumbered all the doctest examples so that they are ordered correctly on the doc pages. 2007-03-23 20:17:04 +00:00
transactions
validation Renumbered all the doctest examples so that they are ordered correctly on the doc pages. 2007-03-23 20:17:04 +00:00
__init__.py