django/tests/modeltests
Honza Král 129d2e8f85 Merge pull request #775 from HiddenData/ticket-18899
Fixed #18899 -- FileSystemStorage.save should support any file-like objects
2013-02-23 08:04:41 -08:00
..
aggregation Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
basic Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
choices
custom_columns
custom_managers
custom_methods
custom_pk
defer
delete Fixed a typo in the test suite that was causing some spurious failures with pypy. 2013-02-06 22:10:13 -08:00
distinct_on_fields
empty
expressions
field_defaults [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
field_subclassing
files #18899 FileSystemStorage.save should support any file-like objects 2013-02-23 16:40:50 +01:00
fixtures
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
get_or_create
invalid_models
known_related_objects
lookup
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_signals
m2m_through [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
m2o_recursive
many_to_many
many_to_one Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
many_to_one_null [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
model_forms Fixed #19686 -- Added HTML5 number input type 2013-02-23 10:18:08 +01:00
model_formsets Fixed #19686 -- Added HTML5 number input type 2013-02-23 10:18:08 +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
properties
proxy_model_inheritance
proxy_models
raw_query
reserved_names Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
reverse_lookup
save_delete_hooks
select_for_update [py3] Fixed remaining Python 3 syntax errors. 2012-07-22 09:29:53 +02:00
select_related
serializers
signals [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
str
tablespaces
test_client
timezones Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
transactions
unmanaged_models
update
update_only_fields Cleaned up some lingering signals in the test suite that were causing spurious failures with Pypy and Postgres. 2013-02-08 12:12:03 -08:00
user_commands Fixed #19730 -- Don't validate importability of settings by using i18n in management commands. 2013-02-03 23:40:38 -03:00
validation Fix #17751: Added stripping of whitespace for IPAddressField/GenericIPAddressField 2013-02-23 14:44:57 +01:00
validators Fixed validation of email addresses when the local part contains an @. 2013-01-26 12:20:57 +01:00
__init__.py