Andrew Godwin ac45f9c9c5 Fix some small errors in the tests 11 年之前
..
admin_changelist 0bcdcc7eb9 Added ModelAdmin.get_search_fields. 11 年之前
admin_custom_urls 5c1143910e Removed most of absolute_import imports 11 年之前
admin_docs 5c1143910e Removed most of absolute_import imports 11 年之前
admin_filters 5c1143910e Removed most of absolute_import imports 11 年之前
admin_inlines 5c1143910e Removed most of absolute_import imports 11 年之前
admin_ordering 5c1143910e Removed most of absolute_import imports 11 年之前
admin_registration 5c1143910e Removed most of absolute_import imports 11 年之前
admin_scripts 8550df869b Removed part of a test that doesn't work on Jenkins; refs #19877. 11 年之前
admin_util 5c1143910e Removed most of absolute_import imports 11 年之前
admin_validation 5c1143910e Removed most of absolute_import imports 11 年之前
admin_views 3c03004050 Fixed #20640 -- Avoided NoReverseMatch in get_deleted_objects 11 年之前
admin_widgets 165f44aaaa Combine consecutive with statements 11 年之前
aggregation 77478d84ad Fixed an aggregation test failure on MySQL. 11 年之前
aggregation_regress 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
app_cache 52eb19b545 Make multi-app-cache tests work again 11 年之前
app_loading 04489c7dbf Fixed #17667 -- Prevented app loading from skipping nonexistent apps after the first try 11 年之前
backends aa830009de Fixed #17519 -- Fixed missing SQL constraints to proxy models. 11 年之前
base 5124ab7620 add comment to explain why it's necessary to do an explicit check for 12 年之前
bash_completion cfcf4b3605 Stopped using django.utils.unittest in the test suite. 11 年之前
basic 4668c142dc Made Model.__eq__ consider proxy models equivalent 11 年之前
bug639 5c1143910e Removed most of absolute_import imports 11 年之前
bug8245 5c1143910e Removed most of absolute_import imports 11 年之前
builtin_server cfcf4b3605 Stopped using django.utils.unittest in the test suite. 11 年之前
bulk_create 5c1143910e Removed most of absolute_import imports 11 年之前
cache de64c4d6e9 Merge remote-tracking branch 'core/master' into schema-alteration 11 年之前
check 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
choices 5c1143910e Removed most of absolute_import imports 11 年之前
commands_sql 8010289ea2 Fixed #15697 -- Made sqlindexes aware of auto-created tables 12 年之前
comment_tests 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
conditional_processing 5c1143910e Removed most of absolute_import imports 11 年之前
contenttypes_tests 5c1143910e Removed most of absolute_import imports 11 年之前
context_processors 5c1143910e Removed most of absolute_import imports 11 年之前
createsuperuser 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
csrf_tests 63a9555d57 Fixed #19436 -- Don't log warnings in ensure_csrf_cookie. 12 年之前
custom_columns 5c1143910e Removed most of absolute_import imports 11 年之前
custom_columns_regress 5c1143910e Removed most of absolute_import imports 11 年之前
custom_managers 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
custom_managers_regress 5c1143910e Removed most of absolute_import imports 11 年之前
custom_methods 5c1143910e Removed most of absolute_import imports 11 年之前
custom_pk 5c1143910e Removed most of absolute_import imports 11 年之前
datatypes 5c1143910e Removed most of absolute_import imports 11 年之前
dates 5c1143910e Removed most of absolute_import imports 11 年之前
datetimes 5c1143910e Removed most of absolute_import imports 11 年之前
db_backends 626fa28878 Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors. 11 年之前
db_typecasts cfcf4b3605 Stopped using django.utils.unittest in the test suite. 11 年之前
decorators cfcf4b3605 Stopped using django.utils.unittest in the test suite. 11 年之前
defaultfilters 165f44aaaa Combine consecutive with statements 11 年之前
defer 4668c142dc Made Model.__eq__ consider proxy models equivalent 11 年之前
defer_regress 5c1143910e Removed most of absolute_import imports 11 年之前
delete 5c1143910e Removed most of absolute_import imports 11 年之前
delete_regress 5c1143910e Removed most of absolute_import imports 11 年之前
deprecation c5fbd16362 Import test case classes from their public API module. 11 年之前
dispatch 63378163f9 Fixed #20943 -- Weakly reference senders when caching their associated receivers 11 年之前
distinct_on_fields 5c1143910e Removed most of absolute_import imports 11 年之前
empty 5c1143910e Removed most of absolute_import imports 11 年之前
expressions 5c1143910e Removed most of absolute_import imports 11 年之前
expressions_regress 5c1143910e Removed most of absolute_import imports 11 年之前
extra_regress 07876cf02b Deprecated SortedDict (replaced with collections.OrderedDict) 11 年之前
field_deconstruction 48dd1e63bb Ported over Field.deconstruct() from my schema alteration branch. 11 年之前
field_defaults 5c1143910e Removed most of absolute_import imports 11 年之前
field_subclassing 5c1143910e Removed most of absolute_import imports 11 年之前
file_storage 6bdb3b1135 Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS setting 11 年之前
file_uploads 5c1143910e Removed most of absolute_import imports 11 年之前
files 5c1143910e Removed most of absolute_import imports 11 年之前
fixtures 5c1143910e Removed most of absolute_import imports 11 年之前
fixtures_model_package 31c13a99bb Fixed #14300 -- Fixed initial SQL location if models is a package. 11 年之前
fixtures_regress 839940f27f Fixed #20933 -- Allowed loaddata to load fixtures from relative paths. 11 年之前
force_insert_update 5c1143910e Removed most of absolute_import imports 11 年之前
foreign_object dcdc579d16 Fixed #20874 -- bump_prefix() in nested subqueries 11 年之前
forms_tests 165f44aaaa Combine consecutive with statements 11 年之前
generic_inline_admin a0ed2f9260 Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypasses get_fieldsets(). 11 年之前
generic_relations 3f416f6379 Fixed a regression with get_or_create and virtual fields. 11 年之前
generic_relations_regress 31fd64ad8a Fixed #20564 -- Generic relations exclude() regression 11 年之前
generic_views 5c1143910e Removed most of absolute_import imports 11 年之前
get_earliest_or_latest 5c1143910e Removed most of absolute_import imports 11 年之前
get_object_or_404 5c1143910e Removed most of absolute_import imports 11 年之前
get_or_create 5c1143910e Removed most of absolute_import imports 11 年之前
get_or_create_regress 5c1143910e Removed most of absolute_import imports 11 年之前
handlers c6e6d4eeb7 Defined available_apps in relevant tests. 11 年之前
http_utils c28281f9d6 Fixed a Python 2.6 regression (GzipFile can't act as a context manager) 12 年之前
httpwrappers 3c45fb8589 Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect. 11 年之前
i18n 165f44aaaa Combine consecutive with statements 11 年之前
indexes cfcf4b3605 Stopped using django.utils.unittest in the test suite. 11 年之前
initial_sql_regress 34a50e99e8 Added regression test for custom SQL containing percents 12 年之前
inline_formsets 5c1143910e Removed most of absolute_import imports 11 年之前
inspectdb 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
introspection 5c1143910e Removed most of absolute_import imports 11 年之前
invalid_models cfcf4b3605 Stopped using django.utils.unittest in the test suite. 11 年之前
known_related_objects 5c1143910e Removed most of absolute_import imports 11 年之前
logging_tests 165f44aaaa Combine consecutive with statements 11 年之前
lookup c21e86ab9e Added field.attname to Options.name_map 11 年之前
m2m_and_m2o 5c1143910e Removed most of absolute_import imports 11 年之前
m2m_intermediary 5c1143910e Removed most of absolute_import imports 11 年之前
m2m_multiple 5c1143910e Removed most of absolute_import imports 11 年之前
m2m_recursive 5c1143910e Removed most of absolute_import imports 11 年之前
m2m_regress 5c1143910e Removed most of absolute_import imports 11 年之前
m2m_signals 5c1143910e Removed most of absolute_import imports 11 年之前
m2m_through 5c1143910e Removed most of absolute_import imports 11 年之前
m2m_through_regress 5c1143910e Removed most of absolute_import imports 11 年之前
m2o_recursive 5c1143910e Removed most of absolute_import imports 11 年之前
mail c7364a11f6 Switched mail tests to SimpleTestCase. 11 年之前
managers_regress 5c1143910e Removed most of absolute_import imports 11 年之前
many_to_many 5c1143910e Removed most of absolute_import imports 11 年之前
many_to_one 5c1143910e Removed most of absolute_import imports 11 年之前
many_to_one_null 5c1143910e Removed most of absolute_import imports 11 年之前
many_to_one_regress 5c1143910e Removed most of absolute_import imports 11 年之前
max_lengths 5c1143910e Removed most of absolute_import imports 11 年之前
middleware 5c1143910e Removed most of absolute_import imports 11 年之前
middleware_exceptions 5c1143910e Removed most of absolute_import imports 11 年之前
migrations ac45f9c9c5 Fix some small errors in the tests 11 年之前
model_fields 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
model_forms 71093d22b6 Fixed #16986 -- Model.clean() can report errors on individual fields. 11 年之前
model_forms_regress 5c1143910e Removed most of absolute_import imports 11 年之前
model_formsets 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
model_formsets_regress 5c1143910e Removed most of absolute_import imports 11 年之前
model_inheritance 244e2b71f5 Fixed #20946 -- model inheritance + m2m failure 11 年之前
model_inheritance_regress 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
model_inheritance_same_model_name 5c1143910e Removed most of absolute_import imports 11 年之前
model_inheritance_select_related 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
model_package 5c1143910e Removed most of absolute_import imports 11 年之前
model_permalink 5c1143910e Removed most of absolute_import imports 11 年之前
model_regress 5c1143910e Removed most of absolute_import imports 11 年之前
model_validation f763227c7d Fixes a Python 3.x regression introduced in a19e9d80 12 年之前
modeladmin 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
multiple_database de64c4d6e9 Merge remote-tracking branch 'core/master' into schema-alteration 11 年之前
mutually_referential 5c1143910e Removed most of absolute_import imports 11 年之前
nested_foreign_keys 5c1143910e Removed most of absolute_import imports 11 年之前
null_fk 5c1143910e Removed most of absolute_import imports 11 年之前
null_fk_ordering 5c1143910e Removed most of absolute_import imports 11 年之前
null_queries 5c1143910e Removed most of absolute_import imports 11 年之前
one_to_one 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
one_to_one_regress b773ef8fa0 Fixed #14043 -- Made sure nullable o2o delete works as expected 11 年之前
or_lookups 5c1143910e Removed most of absolute_import imports 11 年之前
order_with_respect_to 5c1143910e Removed most of absolute_import imports 11 年之前
ordering 5c1143910e Removed most of absolute_import imports 11 年之前
pagination 5c1143910e Removed most of absolute_import imports 11 年之前
prefetch_related 5c1143910e Removed most of absolute_import imports 11 年之前
properties 5c1143910e Removed most of absolute_import imports 11 年之前
proxy_model_inheritance 5c1143910e Removed most of absolute_import imports 11 年之前
proxy_models 3844089edc Fixed #20777 -- Admin proxy model deletion regression 11 年之前
queries ced3e6b17d Fixed test failure caused by different NULL ordering between backends 11 年之前
queryset_pickle 5c1143910e Removed most of absolute_import imports 11 年之前
raw_query 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
requests 1c3c21b38d Fixed #19987 -- Disabled host validation when DEBUG=True. 11 年之前
requirements 4d92a0bd86 Fixed #19196 -- Added test/requirements 11 年之前
reserved_names 5c1143910e Removed most of absolute_import imports 11 年之前
resolve_url cfcf4b3605 Stopped using django.utils.unittest in the test suite. 11 年之前
responses cb86f707a0 Fixed #12747 -- Made reason phrases customizable. 12 年之前
reverse_lookup 5c1143910e Removed most of absolute_import imports 11 年之前
reverse_single_related 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
save_delete_hooks 5c1143910e Removed most of absolute_import imports 11 年之前
schema ac45f9c9c5 Fix some small errors in the tests 11 年之前
select_for_update 1c64a0f29e Fixed #19918 -- Modified select_for_update to run on the write database. 11 年之前
select_related 5c1143910e Removed most of absolute_import imports 11 年之前
select_related_onetoone 5c1143910e Removed most of absolute_import imports 11 年之前
select_related_regress 5c1143910e Removed most of absolute_import imports 11 年之前
serializers 5c1143910e Removed most of absolute_import imports 11 年之前
serializers_regress 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 年之前
servers 22af1394c6 Expand testing of Test LiveServerTestCase static files serving. 11 年之前
settings_tests 9c711ee3a6 Fixed test failures on Python 3 - refs #12288 11 年之前
signals 5c1143910e Removed most of absolute_import imports 11 年之前
signals_regress 5c1143910e Removed most of absolute_import imports 11 年之前
signed_cookies_tests 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
signing 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
sites_framework 5c1143910e Removed most of absolute_import imports 11 年之前
staticfiles_tests 4c6ffcf721 Fixed #20819 -- Return 404 instead of 500 error when ``staticfiles`` view is used in production. 11 年之前
str 5c1143910e Removed most of absolute_import imports 11 年之前
string_lookup 5c1143910e Removed most of absolute_import imports 11 年之前
swappable_models 5c1143910e Removed most of absolute_import imports 11 年之前
syncdb_signals c3df866619 Fixed #20603 -- Made the test suite faster. 11 年之前
syndication 5c1143910e Removed most of absolute_import imports 11 年之前
tablespaces 5c1143910e Removed most of absolute_import imports 11 年之前
template_tests ff410565bf Fixed #20709 -- Allowed {% widthratio %} to accept an "as" parameter. 11 年之前
templates ccf8f1e18f Added a test for AdminSite.app_index_template; refs #8498. 11 年之前
test_client 5c1143910e Removed most of absolute_import imports 11 年之前
test_client_regress 0cac4fbf69 Fixed #18356 -- Gave the test client signals.template_rendered call a unique dispatch_uid 11 年之前
test_discovery_sample 909433fa50 Removed tests for django.utils.unittest vs. unittest. 11 年之前
test_discovery_sample2 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 年之前
test_runner 5c1143910e Removed most of absolute_import imports 11 年之前
test_runner_deprecation_app 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 年之前
test_runner_invalid_app 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 年之前
test_suite_override 909433fa50 Removed tests for django.utils.unittest vs. unittest. 11 年之前
test_utils 165f44aaaa Combine consecutive with statements 11 年之前
text e7b9c11c3f Fixed #20231 -- Don't use allow_lazy on smart_split 12 年之前
timezones 5c1143910e Removed most of absolute_import imports 11 年之前
transactions 165f44aaaa Combine consecutive with statements 11 年之前
transactions_regress 5c1143910e Removed most of absolute_import imports 11 年之前
unmanaged_models 5c1143910e Removed most of absolute_import imports 11 年之前
update e01b5a5823 Fixed #11521 -- usage of field.attname in .update() 11 年之前
update_only_fields 5c1143910e Removed most of absolute_import imports 11 年之前
urlpatterns_reverse 5c1143910e Removed most of absolute_import imports 11 年之前
user_commands 7fca4416c7 Made (make|compile)messages check for availability of gettext commands. 12 年之前
utils_tests b6a957f0ba Merge remote-tracking branch 'core/master' into schema-alteration 11 年之前
validation 5c1143910e Removed most of absolute_import imports 11 年之前
validators 11b7b9ad00 Fixed an email validation regression 11 年之前
version cfcf4b3605 Stopped using django.utils.unittest in the test suite. 11 年之前
view_tests 165f44aaaa Combine consecutive with statements 11 年之前
wsgi e021b87c00 Fixed a few more imports of django.utils.unittest. 11 年之前
.coveragerc 6118d6d1c9 More import removals 11 年之前
runtests.py c5fbd16362 Import test case classes from their public API module. 11 年之前
test_sqlite.py 8dd8400f7e Updated an inaccurate comment. 12 年之前
urls.py 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前