django/tests
Anubhav Joshi fd5897193f Fixed problem with refs #10811.
When 'to_field' is specified with a FK, then we need to check the pk value
the object.
2014-06-30 10:25:57 -04:00
..
admin_changelist
admin_checks
admin_custom_urls
admin_docs Removed some apps from ALWAYS_INSTALLED_APPS 2014-06-21 21:01:37 +02:00
admin_filters
admin_inlines
admin_ordering
admin_registration
admin_scripts Fixed #22835 -- Deprecated NoArgsCommand. 2014-06-19 08:54:59 -04:00
admin_util
admin_validation Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00
admin_views Fixed #22894 -- Made admin add related/raw ID fields widgets customizable. 2014-06-26 15:02:42 -04:00
admin_widgets Fixed #22894 -- Made admin add related/raw ID fields widgets customizable. 2014-06-26 15:02:42 -04:00
aggregation
aggregation_regress
app_loading
apps
backends Fixed #13711 -- Model check added to ensure that auto-generated column name is within limits of the database. 2014-06-17 16:16:02 -04:00
base
bash_completion
basic Split tests.basic.ModelTests in several tests; refs #18586. 2014-06-25 15:39:56 -04:00
bug639 Created import-time test temp dirs in known location 2014-06-23 14:54:25 +02:00
bug8245
builtin_server
bulk_create
cache Ensured cache tests do not leak temp dirs 2014-06-23 14:06:04 +02:00
check_framework Added spaces to message from 4c39c270af. 2014-06-30 07:39:35 -04:00
choices
commands_sql
commands_sql_migrations
conditional_processing
contenttypes_tests
context_processors
createsuperuser
csrf_tests Fixed #20128 -- Made CsrfViewMiddleware ignore IOError when reading POST data. 2014-06-25 07:08:16 -04:00
custom_columns
custom_columns_regress
custom_lookups
custom_managers
custom_managers_regress
custom_methods
custom_migration_operations
custom_pk
datatypes Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00
dates Split tests.basic.ModelTests in several tests; refs #18586. 2014-06-25 15:39:56 -04:00
datetimes Split tests.basic.ModelTests in several tests; refs #18586. 2014-06-25 15:39:56 -04:00
db_typecasts
decorators
defaultfilters
defer
defer_regress Removed unused variable. 2014-06-25 08:37:12 -04:00
delete PEP8 cleanup 2013-11-02 23:50:49 -05:00
delete_regress
deprecation
dispatch
distinct_on_fields Split ignores_nulls_in_unique_constraints feature. 2014-05-08 22:11:20 +02:00
empty Made it possible to create apps without a models module. 2013-12-17 10:17:45 +01:00
expressions
extra_regress
field_deconstruction Fixed #22889: Unneeded to_field in fk.deconstruct causing swap issues 2014-06-23 20:39:17 -07:00
field_defaults
field_subclassing
file_storage Created import-time test temp dirs in known location 2014-06-23 14:54:25 +02:00
file_uploads Created import-time test temp dirs in known location 2014-06-23 14:54:25 +02:00
files
fixtures
fixtures_model_package
fixtures_regress Fixed #22653 -- Added some database feature flags to tests. 2014-06-11 11:45:18 -04:00
force_insert_update
foreign_object
forms_tests
generic_inline_admin Fixed #22628 -- Took initial forms into account when combining FormSet.min_num and FormSet.extra. 2014-05-16 06:38:24 -04:00
generic_relations
generic_relations_regress
generic_views
get_earliest_or_latest
get_object_or_404
get_or_create
handlers Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
http_utils
httpwrappers Fixed #22897 -- Made QueryDict query_string argument optional. 2014-06-24 22:02:03 -04:00
i18n
indexes Fixed #22514 -- Prevented indexes on virtual fields [postgres]. 2014-06-20 11:59:02 -04:00
initial_sql_regress
inline_formsets
inspectdb
introspection
invalid_models_tests Fixed problem introduced with #refs 13711. 2014-06-23 19:36:40 +03:00
known_related_objects
logging_tests
lookup
m2m_and_m2o PEP8 cleanup 2013-11-02 23:50:49 -05:00
m2m_intermediary
m2m_multiple
m2m_recursive Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
m2m_regress
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail
managers_regress
many_to_many
many_to_one
many_to_one_null
many_to_one_regress Fixed problem with refs #10811. 2014-06-30 10:25:57 -04:00
max_lengths
middleware Fixed #22440 -- Updated ConditionalGetMiddleware to comply with RFC 2616. 2014-06-13 20:01:35 -04:00
middleware_exceptions
migrate_signals Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
migration_test_data_persistence Fixed #22487: Don't flush out data from before normal TestCases 2014-06-23 20:25:09 -07:00
migrations Fixed #22917 -- Fixed typo in AlterIndexTogether.describe(). 2014-06-27 10:34:48 -04:00
migrations2
model_fields Created import-time test temp dirs in known location 2014-06-23 14:54:25 +02:00
model_forms
model_formsets
model_formsets_regress
model_inheritance
model_inheritance_regress Fixed several typos in Django 2014-05-28 17:39:14 -07:00
model_meta Refs #12663 -- Added tests for methods in db.models.options. 2014-06-19 12:56:36 -04:00
model_options Fixed #22778 -- Added a model Meta option to define default_related_name. 2014-06-18 13:53:07 -04:00
model_package
model_permalink
model_regress
model_validation
modeladmin
multiple_database
mutually_referential
nested_foreign_keys
no_models
null_fk
null_fk_ordering Fixing E302 Errors 2013-11-02 23:48:47 -05:00
null_queries
one_to_one Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError. 2014-06-05 13:12:01 -04:00
one_to_one_regress
or_lookups
order_with_respect_to
ordering
pagination
postgres_tests Fix a test dependent on json ordering. 2014-05-22 15:05:19 +01:00
prefetch_related
properties Fixed the use of the -ise suffix, where -ize is prefered 2013-11-15 05:23:14 -08:00
proxy_model_inheritance
proxy_models
queries Split tests.basic.ModelTests in several tests; refs #18586. 2014-06-25 15:39:56 -04:00
queryset_pickle Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 2014-06-11 10:03:34 -04:00
raw_query
requests Fixed #22799 -- Made GET and POST on HttpRequest QueryDicts, and FILES a MultiValueDict. 2014-06-24 22:03:22 -04:00
requirements
reserved_names
resolve_url
responses
reverse_lookup
reverse_single_related
save_delete_hooks
schema Fixed several flake8 errors 2014-06-18 07:47:13 -07:00
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers
serializers_regress
servers Fixed #21977 -- Deprecated SimpleTestCase.urls 2014-04-06 17:33:43 -04:00
settings_tests
signals
signed_cookies_tests
signing
sites_framework
staticfiles_tests Removed some apps from ALWAYS_INSTALLED_APPS 2014-06-21 21:01:37 +02:00
str Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00
string_lookup Fixing E302 Errors 2013-11-02 23:48:47 -05:00
swappable_models
syndication_tests
template_tests Fixed #18400 -- Modified length template filter to return 0 for unknown variables. 2014-06-05 15:41:56 -04:00
templates
test_client
test_client_regress
test_discovery_sample
test_discovery_sample2
test_runner
test_runner_deprecation_app
test_utils
text
timezones
transactions
unmanaged_models
update
update_only_fields
urlpatterns_reverse Refactored common code in handlers/base.py and urlresolvers.py 2014-06-23 15:27:25 -04:00
user_commands
utils_tests
validation
validators Fixed #22579 -- Corrected validation for email to reject trailing slash 2014-05-16 15:13:11 +02:00
version
view_tests Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised and DEBUG=True 2014-06-24 08:55:36 -04:00
wsgi
.coveragerc
runtests.py Removed some apps from ALWAYS_INSTALLED_APPS 2014-06-21 21:01:37 +02:00
test_sqlite.py
urls.py