django/tests
Simon Charette 074d3183d9 Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` objects.
Thanks to linovia for the report.
2014-04-03 14:54:16 -04:00
..
admin_changelist
admin_checks
admin_custom_urls
admin_docs
admin_filters
admin_inlines
admin_ordering
admin_registration
admin_scripts
admin_util
admin_validation
admin_views
admin_widgets Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04:00
aggregation Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
aggregation_regress Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
app_loading Moved sys.path-extending decorator to django.test.utils and used throughout test suite. 2014-01-25 22:50:40 -07:00
apps
backends
base
bash_completion
basic
bug639
bug8245
builtin_server
bulk_create
cache
check_framework
choices
commands_sql
conditional_processing
contenttypes_tests
context_processors Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04:00
createsuperuser
csrf_tests
custom_columns
custom_columns_regress
custom_lookups
custom_managers
custom_managers_regress PEP8 cleanup 2013-11-02 23:50:49 -05:00
custom_methods Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
custom_pk
datatypes
dates
datetimes
db_backends
db_typecasts
decorators
defaultfilters
defer
defer_regress Removed useless model definitions. 2014-01-05 20:52:46 +01:00
delete
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions
expressions_regress
extra_regress
field_deconstruction
field_defaults
field_subclassing
file_storage
file_uploads
files
fixtures Ensure that a file is closed in the tests 2014-03-30 11:50:18 -07:00
fixtures_model_package
fixtures_regress
force_insert_update
foreign_object
forms_tests
generic_inline_admin
generic_relations
generic_relations_regress
generic_views
get_earliest_or_latest
get_object_or_404
get_or_create
get_or_create_regress
handlers
http_utils
httpwrappers
i18n
indexes
initial_sql_regress
inline_formsets
inspectdb
introspection Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
invalid_models_tests
known_related_objects
logging_tests
lookup
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail Fixed #22327 -- Turned BaseEmailBackend into a context manager 2014-03-31 14:08:51 -04:00
managers_regress
many_to_many
many_to_one
many_to_one_null Fixed mistake in tests from commit 2039908. Refs #19816. 2014-03-30 18:48:27 +07:00
many_to_one_regress
max_lengths
middleware
middleware_exceptions
migrate_signals
migrations
model_fields
model_forms
model_formsets
model_formsets_regress
model_inheritance Fixed #17673 -- Forbid field shadowing. 2014-02-10 10:04:19 -05:00
model_inheritance_regress
model_inheritance_same_model_name
model_inheritance_select_related PEP8 2013-11-02 23:50:38 -05: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
one_to_one_regress Fixed #21746 - Fixed test_get_reverse_on_unsaved_object test. 2014-01-08 10:52:13 -05:00
or_lookups
order_with_respect_to
ordering
pagination
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 Advanced deprecation warnings for 1.8. 2014-03-22 21:12:58 +01:00
queryset_pickle
raw_query
requests
requirements
reserved_names
resolve_url
responses
reverse_lookup
reverse_single_related
save_delete_hooks
schema Fixed #22293 -- Avoided renaming many-to-many tables to themselves. 2014-03-24 13:24:52 -04:00
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers
serializers_regress
servers
settings_tests
signals
signed_cookies_tests
signing
sites_framework
staticfiles_tests
str Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00
string_lookup
swappable_models
syndication_tests
tablespaces
template_tests
templates
test_client
test_client_regress
test_discovery_sample
test_discovery_sample2
test_runner Removed django.test.simple and django.test._doctest per deprecation timeline. 2014-03-21 13:36:46 -04:00
test_runner_deprecation_app
test_runner_invalid_app
test_utils
text
timezones Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04:00
transactions
unmanaged_models
update
update_only_fields
urlpatterns_reverse
user_commands
utils_tests
validation
validators
version
view_tests Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04:00
wsgi
.coveragerc
runtests.py
test_sqlite.py
urls.py