django1/tests
Collin Anderson e3e0cf8a0f [1.6.x] Fixed #20865 -- Fixed raw_id_fields to work with callable limit_choices_to.
Backport of d53e574676 from master
2013-08-06 13:44:31 -04:00
..
admin_changelist Fixed #19080 -- Fine-grained control over select_related in admin 2013-06-05 23:08:00 +02:00
admin_custom_urls
admin_docs
admin_filters
admin_inlines [1.6.x] Fixed #13696 -- ensured inline pk field is rendered 2013-07-21 13:13:20 -04:00
admin_ordering
admin_registration
admin_scripts Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
admin_util [1.6.x] Fixed #20805 -- Removed an extra colon beside checkboxes in the admin. 2013-07-26 14:47:58 -04:00
admin_validation
admin_views [1.6.x] Fixed LogEntry.get_admin_url() for non-existent models. 2013-08-02 12:51:46 -04:00
admin_widgets [1.6.x] Fixed #20865 -- Fixed raw_id_fields to work with callable limit_choices_to. 2013-08-06 13:44:31 -04:00
aggregation
aggregation_regress
app_loading
backends [1.6.x] Fixed #17519 -- Fixed missing SQL constraints to proxy models. 2013-08-02 08:42:19 -04:00
base
bash_completion
basic Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
bug639
bug8245
builtin_server
bulk_create
cache Added cache to available_apps in cache tests 2013-06-14 17:05:54 +03:00
check Fixed #20653 -- Renamed checksetup management command. 2013-06-25 09:37:54 +08:00
choices
commands_sql
comment_tests
conditional_processing
contenttypes_tests
context_processors
createsuperuser
csrf_tests
custom_columns
custom_columns_regress
custom_managers
custom_managers_regress
custom_methods
custom_pk
datatypes
dates
datetimes
db_typecasts
decorators
defaultfilters [1.6.x] Simplified smart_urlquote and added some basic tests. 2013-07-28 10:07:01 +02:00
defer
defer_regress Fixed #16436 -- Oracle defer_regress test failure 2013-05-31 10:11:15 +03:00
delete
delete_regress Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
deprecation
dispatch
distinct_on_fields
empty
expressions
expressions_regress
extra_regress
field_defaults
field_subclassing
file_storage [1.6.x] Do not allow FileSystemStorage.delete to receive an empty name 2013-06-29 18:12:23 +02:00
file_uploads
files Fixed #20486 -- Ensure that file_move_safe raises an error if the destination already exists. 2013-06-20 18:55:27 +08:00
fixtures [1.6.x] Stopped calling loaddata with commit=False. 2013-06-30 14:20:29 +02:00
fixtures_model_package Avoided transaction.set_autocommit in tests. 2013-07-09 21:42:11 +02:00
fixtures_regress Avoided transaction.set_autocommit in tests. 2013-07-09 21:42:11 +02:00
force_insert_update
foreign_object [1.6.x] Fixed ordering related test failure 2013-08-06 10:34:42 +03:00
forms_tests [1.6.x] Fixed #20850 -- Added MultiWidget.needs_multipart_form 2013-08-05 10:13:48 -04:00
generic_inline_admin [1.6.x] Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypasses get_fieldsets(). 2013-08-02 10:45:58 -04:00
generic_relations Fixed #17927 -- Added initial values support for BaseGenericInlineFormSet 2013-06-05 07:59:59 -04:00
generic_relations_regress Fixed #20564 -- Generic relations exclude() regression 2013-06-06 01:54:46 +03:00
generic_views Fixed #18872 -- Added prefix to FormMixin 2013-06-22 12:12:43 +01:00
get_earliest_or_latest
get_object_or_404
get_or_create Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
get_or_create_regress
handlers Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
http_utils
httpwrappers [1.6.x] Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect. 2013-07-30 13:40:18 -04:00
i18n [1.6.x] Fixed #18777 -- Localized form fields with as_text/as_hidden 2013-08-02 08:43:19 -04:00
indexes
initial_sql_regress
inline_formsets
inspectdb
introspection
invalid_models
known_related_objects
logging_tests
lookup Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text() 2013-06-26 21:30:58 +07:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
m2o_recursive
mail
managers_regress
many_to_many
many_to_one
many_to_one_null
many_to_one_regress
max_lengths
middleware Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
middleware_exceptions
model_fields [1.6.x] Fixed #20740 -- GenericIPAddressField should pass protocol to formfield() 2013-07-12 16:06:43 -04:00
model_forms [1.6.x] Fixed a couple form/formset deprecation warnings in tests. 2013-07-01 09:38:29 -04:00
model_forms_regress Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suite 2013-06-14 15:37:39 +01:00
model_formsets [1.6.x] Fixed #20765 -- Set small values of `step` using exponential notation. 2013-07-19 23:45:29 -04:00
model_formsets_regress
model_inheritance
model_inheritance_regress
model_inheritance_same_model_name
model_inheritance_select_related
model_package
model_permalink
model_regress
model_validation
modeladmin Fixed #19080 -- Fine-grained control over select_related in admin 2013-06-05 23:08:00 +02:00
multiple_database Fixed #20603 -- Made the test suite faster. 2013-06-14 23:16:15 +02:00
mutually_referential
nested_foreign_keys
null_fk
null_fk_ordering
null_queries
one_to_one
one_to_one_regress
or_lookups
order_with_respect_to
ordering
pagination Fixed #19938 -- Consumed iterator only once in paginator's Page 2013-05-25 16:27:26 +02:00
prefetch_related
properties
proxy_model_inheritance Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
proxy_models [1.6.x] Stopped calling loaddata with commit=False. 2013-06-30 14:20:29 +02:00
queries [1.6.x] Fixed related model lookup regression 2013-07-26 13:17:50 +03:00
queryset_pickle Fixed #20289 -- pickling of dynamic models 2013-06-14 17:05:54 +03:00
raw_query Support 'pyformat' style parameters in raw queries, Refs #10070 2013-06-28 06:59:10 +03:00
requests Fixed #20724 -- Test failure on SQLite. 2013-07-09 21:43:20 +02:00
requirements [1.6.x] Fixed #19196 -- Added test/requirements 2013-07-10 09:37:15 -04:00
reserved_names
resolve_url
responses
reverse_lookup
reverse_single_related
save_delete_hooks
select_for_update [1.6.x] Fixed #19918 -- Modified select_for_update to run on the write database. 2013-08-06 10:58:32 -04:00
select_related
select_related_onetoone
select_related_regress
serializers Defined available_apps in relevant tests. 2013-06-10 11:30:01 +02:00
serializers_regress
servers Fixed #20290 -- Allow override_settings to be nested 2013-06-21 16:57:47 +02:00
settings_tests Fixed #20290 -- Allow override_settings to be nested 2013-06-21 16:57:47 +02:00
signals
signals_regress Reverted the introduction of shared_models. 2013-06-10 12:34:47 +02:00
signed_cookies_tests
signing
sites_framework
staticfiles_tests
str
string_lookup
swappable_models Fixed #20603 -- Made the test suite faster. 2013-06-14 23:16:15 +02:00
syncdb_signals Fixed #20603 -- Made the test suite faster. 2013-06-14 23:16:15 +02:00
syndication
tablespaces
template_tests Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argument 2013-06-25 20:28:35 +02:00
templates
test_client
test_client_regress Fixed #18924 -- Made test.Client.logout send user_logged_out signal. 2013-06-04 12:39:09 -04:00
test_discovery_sample
test_discovery_sample2
test_runner [1.6.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear down aliases 2013-07-13 17:46:37 -04:00
test_runner_deprecation_app
test_runner_invalid_app
test_suite_override Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suite 2013-06-14 15:37:39 +01:00
test_utils Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suite 2013-06-14 15:37:39 +01:00
text
timezones
transactions Fixed #20571 -- Added an API to control connection.needs_rollback. 2013-06-27 22:19:54 +02:00
transactions_regress Fixed #20724 -- Test failure on SQLite. 2013-07-09 21:43:20 +02:00
unmanaged_models
update Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
update_only_fields
urlpatterns_reverse Fixed #17076 -- When reversing a URL fails, inform the user which patterns were tried. 2013-06-14 10:26:30 +01:00
user_commands
utils_tests [1.6.x] Simplified smart_urlquote and added some basic tests. 2013-07-28 10:07:01 +02:00
validation Fixed #20594 -- Add validation to models.SlugField. 2013-06-13 13:31:57 -04:00
validators [1.6.x] Fixed an email validation regression 2013-07-21 21:12:50 +02:00
version
view_tests [1.6.x] Fixed #20822 -- Set content type of default error pages to 'text/html'. 2013-08-04 11:04:58 +02:00
wsgi
.coveragerc
runtests.py [1.6.x] Fixed #19196 -- Added test/requirements 2013-07-10 09:37:15 -04:00
test_sqlite.py
urls.py