The Wayback Machine - https://web.archive.org/web/20190320201302/https://github.com/django/django/tree/master/tests
Skip to content
Branch: master
Find file History
pope1ni and felixxm Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 databa…
…se functions.

Thanks Mariusz Felisiak and Tim Graham for reviews.
Latest commit 0b70985 Mar 20, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
absolute_url_overrides Fixed #26125 -- Fixed E731 flake warnings. Jan 25, 2016
admin_autodiscover
admin_changelist Refs #17198 -- Detected existing total ordering in admin changelist. Jan 17, 2019
admin_checks Fixed #30237 -- Made Authentication/SessionMiddleware and ModelBacken… Mar 15, 2019
admin_custom_urls
admin_default_site Fixed #8500 -- Allowed overriding the default admin site instance. Feb 3, 2018
admin_docs
admin_filters Used 4 space hanging indent for dictionaries. Jan 2, 2019
admin_inlines Fixed #30179 -- Fixed form Media merging when pairwise merging is ins… Feb 27, 2019
admin_ordering Made reused RequestFactory instances class attributes. Nov 27, 2018
admin_registration
admin_scripts
admin_utils
admin_views Fixed #30221 -- Made label suffix of admin's read-only fields transla… Feb 28, 2019
admin_widgets Fixed #30179 -- Fixed form Media merging when pairwise merging is ins… Feb 27, 2019
aggregation
aggregation_regress
annotations
app_loading
apps
auth_tests
backends Fixed #30183 -- Added introspection of inline SQLite constraints. Mar 13, 2019
base
bash_completion
basic
builtin_server Refs #23919 -- Replaced super(ClassName, self) with super(). Jan 25, 2017
bulk_create
cache Fixed #30181 -- Made cache.get() with default work correctly on PyLib… Feb 15, 2019
check_framework
choices Moved choices inside of test models per coding style. Dec 10, 2018
conditional_processing
constraints
contenttypes_tests
context_processors Refs #28478 -- Deprecated TestCase's allow_database_queries and multi… Jan 11, 2019
csrf_tests
custom_columns
custom_lookups Removed unnecessary type() calls for class methods. Feb 7, 2019
custom_managers
custom_methods Refs #23919 -- Removed python_2_unicode_compatible decorator usage Jan 18, 2017
custom_migration_operations
custom_pk
datatypes Fixed #29227 -- Allowed BooleanField to be null=True. Mar 20, 2018
dates Fixed #28650 -- Added TruncWeek database function. Jan 27, 2018
datetimes Fixed #28650 -- Added TruncWeek database function. Jan 27, 2018
db_functions Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 databa… Mar 20, 2019
db_typecasts Refs #27804 -- Used subTest() in several tests. May 24, 2017
db_utils
dbshell Fixed #30173 -- Simplified db.backends.postgresql.client. Feb 13, 2019
decorators
defer
defer_regress
delete
delete_regress Switched setUp() to setUpTestData() where possible in Django's tests. Nov 27, 2018
deprecation
dispatch
distinct_on_fields
empty Fixed #23620 -- Used more specific assertions in the Django test suite. Nov 3, 2014
expressions
expressions_case
expressions_window
extra_regress
field_deconstruction
field_defaults Refs #23919 -- Removed six.<various>_types usage Jan 18, 2017
field_subclassing
file_storage Fixed #30147 -- Simplified directory creation with os.makedirs(..., e… Jan 31, 2019
file_uploads Cleaned up exception message checking in some tests. Mar 15, 2019
files
filtered_relation Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE ..… Oct 29, 2017
fixtures Removed default mode='r' argument from calls to open(). Jan 27, 2019
fixtures_model_package Followed style guide for model attribute ordering. Dec 28, 2018
fixtures_regress
flatpages_tests
force_insert_update Used assertRaisesMessage() to test Django's error messages. Jul 29, 2017
foreign_object
forms_tests
from_db_value Refs #28370 -- Removed support for the context arg of Field.from_db_v… Jan 17, 2019
generic_inline_admin Updated test URL patterns to use path() and re_path(). Dec 31, 2018
generic_relations
generic_relations_regress Fixed #29653 -- Fixed missing related_query_name reverse accessor if … Aug 10, 2018
generic_views
get_earliest_or_latest Refs #11557 -- Removed the field_name keyword argument to QuerySet.ea… Jan 17, 2019
get_object_or_404 Fixed #29135 -- Prevented get_object/list_or_404() from hiding Attrib… Feb 19, 2018
get_or_create
gis_tests
handlers
httpwrappers Refs #29784 -- Switched to https:// links where available. Sep 26, 2018
humanize_tests Completed test coverage of contrib.humanize.templatetags.humanize. Nov 11, 2018
i18n Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop… Feb 8, 2019
import_error_package Refactored tests that rely on an ImportError for Python 3.5 compatibi… Feb 3, 2015
indexes
inline_formsets
inspectdb
introspection Fixed #30183 -- Added introspection of inline SQLite constraints. Mar 13, 2019
invalid_models_tests
known_related_objects
logging_tests Simplified temporary directory handling in AdminScriptTestCase. Feb 5, 2019
lookup Removed uneeded generator expressions and list comprehensions. Feb 9, 2019
m2m_and_m2o Followed style guide for model attribute ordering. Dec 28, 2018
m2m_intermediary Refs #23919 -- Removed six.<various>_types usage Jan 18, 2017
m2m_multiple Refs #23919 -- Removed python_2_unicode_compatible decorator usage Jan 18, 2017
m2m_recursive
m2m_regress Followed style guide for model attribute ordering. Dec 28, 2018
m2m_signals
m2m_through
m2m_through_regress Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m w… Jan 15, 2019
m2o_recursive
mail Removed uneeded generator expressions and list comprehensions. Feb 9, 2019
managers_regress
many_to_many
many_to_one
many_to_one_null
max_lengths Refs #23919 -- Removed encoding preambles and future imports Jan 18, 2017
messages_tests
middleware Removed default empty content argument from HttpResponse calls. Feb 9, 2019
middleware_exceptions
migrate_signals Refs #23919 -- Stopped inheriting from object to define new style cla… Jan 19, 2017
migration_test_data_persistence Refs #23919 -- Removed encoding preambles and future imports Jan 18, 2017
migrations
migrations2 Refs #23919 -- Removed encoding preambles and future imports Jan 18, 2017
model_fields Refs #12663 -- Fixed reference to nonexistent field in model_fields t… Mar 18, 2019
model_forms
model_formsets
model_formsets_regress
model_indexes
model_inheritance
model_inheritance_regress
model_meta Merged isinstance() calls. Mar 2, 2019
model_options Fixed #30023 -- Prevented SQLite schema alterations while foreign key… Dec 15, 2018
model_package
model_regress Moved choices inside of a test model per coding style. Mar 20, 2019
modeladmin
multiple_database
mutually_referential
nested_foreign_keys
no_models Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test d… Nov 11, 2016
null_fk Refs #23919 -- Removed python_2_unicode_compatible decorator usage Jan 18, 2017
null_fk_ordering
null_queries Used assertRaisesMessage() to test Django's error messages. Jul 29, 2017
one_to_one Fixed typo in tests/one_to_one/tests.py docstring. Feb 12, 2018
or_lookups Switched setUp() to setUpTestData() where possible in Django's tests. Nov 27, 2018
order_with_respect_to Tested Model.set_FOO_order() with an unrelated object. Jan 21, 2019
ordering Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries. Sep 13, 2018
pagination
postgres_tests
prefetch_related
project_template
properties Adjusted code style of a few test data setup methods. Nov 27, 2018
proxy_model_inheritance Removed obsolete TODO in proxy_model_inheritance test. Aug 16, 2018
proxy_models
queries
queryset_pickle
raw_query Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet. Apr 19, 2018
redirects_tests Updated test URL patterns to use path() and re_path(). Dec 31, 2018
requests Refs #30227 -- Added helpful message for non-ASCII Content-Type in mu… Mar 2, 2019
requirements Fixed #27685 -- Added watchman support to the autoreloader. Jan 14, 2019
reserved_names
resolve_url
responses Made a requests test that will fail in 2028 fail 10 years later. Feb 14, 2019
reverse_lookup Switched setUp() to setUpTestData() where possible in Django's tests. Nov 27, 2018
save_delete_hooks Refs #23919 -- Replaced super(ClassName, self) with super(). Jan 25, 2017
schema
select_for_update
select_related
select_related_onetoone Switched setUp() to setUpTestData() where possible in Django's tests. Nov 27, 2018
select_related_regress
serializers
servers
sessions_tests
settings_tests Fixed #30234 -- Disallowed non-upper settings in settings.configure(). Mar 5, 2019
shell Replaced django.test.utils.patch_logger() with assertLogs(). May 7, 2018
shortcuts Refs #25978 -- Removed shortcuts.render_to_response() per deprecation… Jan 17, 2019
signals Switched TestCase to SimpleTestCase where possible in Django's tests. Nov 27, 2018
signed_cookies_tests
signing
sitemaps_tests Fixed #30159 -- Removed unneeded use of OrderedDict. Feb 6, 2019
sites_framework Switched setUp() to setUpTestData() where possible in Django's tests. Nov 27, 2018
sites_tests
staticfiles_tests Fixed #30171 -- Fixed DatabaseError in servers tests. Feb 14, 2019
str Fixed #27953 -- Added instance's pk to Model.__str__(). Jun 9, 2017
string_lookup
swappable_models
syndication_tests
template_backends
template_loader
template_tests Reverted "Fixed relative paths imports per isort 4.3.5." Mar 3, 2019
templates
test_client Cleaned up exception message checking in some tests. Mar 15, 2019
test_client_regress
test_exceptions
test_runner Simplified temporary directory handling in AdminScriptTestCase. Feb 5, 2019
test_runner_apps Fixed #28478 -- Make DiscoverRunner skip creating unused test databases. Jan 11, 2019
test_utils Removed default empty content argument from HttpResponse calls. Feb 9, 2019
timezones Fixed serializers tests for PyYAML 5.1+. Mar 14, 2019
transaction_hooks Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.su… Sep 7, 2017
transactions
unmanaged_models Sorted imports per isort 4.2.9. Jun 1, 2017
update Fixed #29619 -- Added field names to some FieldErrors. Feb 14, 2019
update_only_fields
urlpatterns Fixed spelling mistakes in comments and tests. Feb 11, 2019
urlpatterns_reverse Cleaned up exception message checking in some tests. Mar 15, 2019
user_commands
utils_tests Fixed #30264 -- Fixed crash of test_parsing_year_less_than_70() on 32… Mar 20, 2019
validation Switched setUp() to setUpTestData() where possible in Django's tests. Nov 27, 2018
validators Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value. Oct 22, 2018
version Fixed #27830 -- Used distutils.version.LooseVersion for version parsing. Jun 13, 2017
view_tests
wsgi
.coveragerc Fixed #25209 -- Removed parallel=True coverage option Aug 4, 2015
README.rst
runtests.py
test_sqlite.py Added trailing comma. Feb 6, 2015
urls.py

README.rst

You can’t perform that action at this time.