Loic Bistuer 4befb3015c Fixed #21581 -- Fixed a number of issues with collectstatic. 11 년 전
..
admin_changelist 7a61c68c50 PEP8 cleanup 11 년 전
admin_custom_urls e32095616c Imported override_settings from its new location. 11 년 전
admin_docs e32095616c Imported override_settings from its new location. 11 년 전
admin_filters e32095616c Imported override_settings from its new location. 11 년 전
admin_inlines e32095616c Imported override_settings from its new location. 11 년 전
admin_ordering b9d908da54 Fixed some flake8 issues 11 년 전
admin_registration e23de9e350 Fixed typo in exception message; refs #19414 11 년 전
admin_scripts c81fae6b95 Used app_label instead of appname. 11 년 전
admin_util 7a61c68c50 PEP8 cleanup 11 년 전
admin_validation 7a61c68c50 PEP8 cleanup 11 년 전
admin_views e32095616c Imported override_settings from its new location. 11 년 전
admin_widgets e32095616c Imported override_settings from its new location. 11 년 전
aggregation 7a61c68c50 PEP8 cleanup 11 년 전
aggregation_regress c347f78cc1 Fixed all E226 violations 11 년 전
app_loading 34a215d506 Deprecated the app argument of apps.get_models. 11 년 전
apps 63137a8304 Enforced unicity of app labels. 11 년 전
backends e32095616c Imported override_settings from its new location. 11 년 전
base 1716b7ce5a Renamed AppCache to Apps. 11 년 전
bash_completion 1716b7ce5a Renamed AppCache to Apps. 11 년 전
basic 7a61c68c50 PEP8 cleanup 11 년 전
bug639 7a61c68c50 PEP8 cleanup 11 년 전
bug8245 5c1143910e Removed most of absolute_import imports 11 년 전
builtin_server 6e895f9e06 Removed superfluous models.py files. 11 년 전
bulk_create e32095616c Imported override_settings from its new location. 11 년 전
cache 71a03e01aa Fixed #20346 -- Made cache middleware vary on the full URL. 11 년 전
check 7a61c68c50 PEP8 cleanup 11 년 전
choices 7a61c68c50 PEP8 cleanup 11 년 전
commands_sql 1d4bcb86ea Changed sql_* to use an app config instead of a models module. 11 년 전
comment_tests 7577d03809 Renamed two tests so they actually run. 11 년 전
conditional_processing 6e895f9e06 Removed superfluous models.py files. 11 년 전
contenttypes_tests 1716b7ce5a Renamed AppCache to Apps. 11 년 전
context_processors 6e895f9e06 Removed superfluous models.py files. 11 년 전
createsuperuser 6e895f9e06 Removed superfluous models.py files. 11 년 전
csrf_tests e32095616c Imported override_settings from its new location. 11 년 전
custom_columns a2814846ca Fixed E124 pep8 warnings. 11 년 전
custom_columns_regress 7a61c68c50 PEP8 cleanup 11 년 전
custom_managers 01e8ac47b3 PEP-8 cleanup 11 년 전
custom_managers_regress 7a61c68c50 PEP8 cleanup 11 년 전
custom_methods 5c1143910e Removed most of absolute_import imports 11 년 전
custom_pk a2814846ca Fixed E124 pep8 warnings. 11 년 전
datatypes f67e18f39e Fixed all E251 violations 11 년 전
dates 7a61c68c50 PEP8 cleanup 11 년 전
datetimes 17ed99f3a3 Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning. 11 년 전
db_backends 626fa28878 Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors. 11 년 전
db_typecasts 6e895f9e06 Removed superfluous models.py files. 11 년 전
decorators 6e895f9e06 Removed superfluous models.py files. 11 년 전
defaultfilters 6e895f9e06 Removed superfluous models.py files. 11 년 전
defer 7477a4ffde Fixed E125 pep8 warnings 11 년 전
defer_regress 34a215d506 Deprecated the app argument of apps.get_models. 11 년 전
delete 7a61c68c50 PEP8 cleanup 11 년 전
delete_regress 7a61c68c50 PEP8 cleanup 11 년 전
deprecation 6e895f9e06 Removed superfluous models.py files. 11 년 전
dispatch 6e895f9e06 Removed superfluous models.py files. 11 년 전
distinct_on_fields b1b04df065 Fixed #20600 -- ordered distinct(*fields) in subqueries 11 년 전
empty 5ba743e262 Made it possible to create apps without a models module. 11 년 전
expressions c347f78cc1 Fixed all E226 violations 11 년 전
expressions_regress 7f2485b4d1 Fixed #21643 -- repeated execution of qs with F() + timedelta 11 년 전
extra_regress a2814846ca Fixed E124 pep8 warnings. 11 년 전
field_deconstruction 6e895f9e06 Removed superfluous models.py files. 11 년 전
field_defaults 5c1143910e Removed most of absolute_import imports 11 년 전
field_subclassing 7a61c68c50 PEP8 cleanup 11 년 전
file_storage e32095616c Imported override_settings from its new location. 11 년 전
file_uploads e32095616c Imported override_settings from its new location. 11 년 전
files 6e895f9e06 Removed superfluous models.py files. 11 년 전
fixtures 7a61c68c50 PEP8 cleanup 11 년 전
fixtures_model_package 7a61c68c50 PEP8 cleanup 11 년 전
fixtures_regress e32095616c Imported override_settings from its new location. 11 년 전
force_insert_update f67e18f39e Fixed all E251 violations 11 년 전
foreign_object bbc73e6a12 Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject. 11 년 전
forms_tests e32095616c Imported override_settings from its new location. 11 년 전
generic_inline_admin e32095616c Imported override_settings from its new location. 11 년 전
generic_relations 7a61c68c50 PEP8 cleanup 11 년 전
generic_relations_regress 3411af3cd1 Fixed #21403: Corrected test code 11 년 전
generic_views e32095616c Imported override_settings from its new location. 11 년 전
get_earliest_or_latest 96d1d4e292 Removed unused local variables in tests. 11 년 전
get_object_or_404 a2814846ca Fixed E124 pep8 warnings. 11 년 전
get_or_create a2814846ca Fixed E124 pep8 warnings. 11 년 전
get_or_create_regress 7a61c68c50 PEP8 cleanup 11 년 전
handlers e32095616c Imported override_settings from its new location. 11 년 전
http_utils 6e895f9e06 Removed superfluous models.py files. 11 년 전
httpwrappers 6e895f9e06 Removed superfluous models.py files. 11 년 전
i18n e32095616c Imported override_settings from its new location. 11 년 전
indexes cfcf4b3605 Stopped using django.utils.unittest in the test suite. 11 년 전
initial_sql_regress e32095616c Imported override_settings from its new location. 11 년 전
inline_formsets a2814846ca Fixed E124 pep8 warnings. 11 년 전
inspectdb 7a61c68c50 PEP8 cleanup 11 년 전
introspection c89d80e2cc Fixed #21097 - Added DatabaseFeature.can_introspect_autofield 11 년 전
invalid_models_tests e5bcd1d455 Changed get_validation_errors to use an app config. 11 년 전
known_related_objects 7a61c68c50 PEP8 cleanup 11 년 전
logging_tests b8e3373f45 Fixed #21714 -- Moved logging configuration to global setup() 11 년 전
lookup c347f78cc1 Fixed all E226 violations 11 년 전
m2m_and_m2o 7a61c68c50 PEP8 cleanup 11 년 전
m2m_intermediary 7a61c68c50 PEP8 cleanup 11 년 전
m2m_multiple 5649c0af9d Fixed "indentation is not a multiple of four" pep8 issues. 11 년 전
m2m_recursive 9d740eb8b1 Fix all violators of E231 11 년 전
m2m_regress a2814846ca Fixed E124 pep8 warnings. 11 년 전
m2m_signals 7a61c68c50 PEP8 cleanup 11 년 전
m2m_through 7a61c68c50 PEP8 cleanup 11 년 전
m2m_through_regress 7a61c68c50 PEP8 cleanup 11 년 전
m2o_recursive 7a61c68c50 PEP8 cleanup 11 년 전
mail c988745cca Changed console and filebackend to use msg.as_bytes to output the data as it would get send via smtp. 11 년 전
managers_regress 38ce41103f Used Apps.clear_cache() in tests that alter the app registry. 11 년 전
many_to_many 7a61c68c50 PEP8 cleanup 11 년 전
many_to_one 6685713869 Fixed E127 pep8 warnings. 11 년 전
many_to_one_null 7a61c68c50 PEP8 cleanup 11 년 전
many_to_one_regress 7a61c68c50 PEP8 cleanup 11 년 전
max_lengths 7a61c68c50 PEP8 cleanup 11 년 전
middleware e32095616c Imported override_settings from its new location. 11 년 전
middleware_exceptions e32095616c Imported override_settings from its new location. 11 년 전
migrate_signals 00110904ac Refactored the migration signals to use app configs. 11 년 전
migrations 7ed20e0153 Populated Apps instances immediately by default. 11 년 전
model_fields 16d73d7416 Fixed #21512 -- Added more complete information about Pillow and PIL in model_fields and model_forms tests. 11 년 전
model_forms 16d73d7416 Fixed #21512 -- Added more complete information about Pillow and PIL in model_fields and model_forms tests. 11 년 전
model_forms_regress 8a9c8bb907 Fixed #21568 -- Added missing ModelMultipleChoiceField to_python method 11 년 전
model_formsets 0dd9075622 Fixed unittest typo 11 년 전
model_formsets_regress 3f115776e1 PEP8 11 년 전
model_inheritance 3f115776e1 PEP8 11 년 전
model_inheritance_regress 6685713869 Fixed E127 pep8 warnings. 11 년 전
model_inheritance_same_model_name 7a61c68c50 PEP8 cleanup 11 년 전
model_inheritance_select_related 3f115776e1 PEP8 11 년 전
model_package 36ded01527 Fixed #21302 -- Fixed unused imports and import *. 11 년 전
model_permalink 5c1143910e Removed most of absolute_import imports 11 년 전
model_regress b289fcf1bf Fixed #21288 -- Fixed E126 pep8 warnings 11 년 전
model_validation a2814846ca Fixed E124 pep8 warnings. 11 년 전
modeladmin e32095616c Imported override_settings from its new location. 11 년 전
multiple_database e32095616c Imported override_settings from its new location. 11 년 전
mutually_referential c3791463a5 Fixing E302 Errors 11 년 전
nested_foreign_keys c3791463a5 Fixing E302 Errors 11 년 전
no_models 1716b7ce5a Renamed AppCache to Apps. 11 년 전
null_fk f67e18f39e Fixed all E251 violations 11 년 전
null_fk_ordering c3791463a5 Fixing E302 Errors 11 년 전
null_queries d4e578d0f6 Fixed #21552 -- Allowed the use of None for the iexact lookup. 11 년 전
one_to_one 75924cfa6d Fixed #21563 -- Single related object descriptors should work with `hasattr`. 11 년 전
one_to_one_regress fa2e1371cd Fixed #21216 -- Allow `OneToOneField` reverse accessor to be hidden. 11 년 전
or_lookups bab9123daa Fixed #21268 -- Fixed E303 pep8 warnings 11 년 전
order_with_respect_to c3791463a5 Fixing E302 Errors 11 년 전
ordering c3791463a5 Fixing E302 Errors 11 년 전
pagination b289fcf1bf Fixed #21288 -- Fixed E126 pep8 warnings 11 년 전
prefetch_related e32095616c Imported override_settings from its new location. 11 년 전
properties 10a09b8e60 Fixed the use of the -ise suffix, where -ize is prefered 11 년 전
proxy_model_inheritance c40209dcc0 Made it possible to change an application's label in its configuration. 11 년 전
proxy_models 38ce41103f Used Apps.clear_cache() in tests that alter the app registry. 11 년 전
queries f1b3ab9c21 Fixed #11629 -- Deprecated callable arguments to queryset methods. 11 년 전
queryset_pickle 8eec2d93b6 Fixed all E261 warnings 11 년 전
raw_query 6685713869 Fixed E127 pep8 warnings. 11 년 전
requests e32095616c Imported override_settings from its new location. 11 년 전
requirements c75dd664cf Fixed #21538 -- Added numpy to test/requirements/base.txt 11 년 전
reserved_names 96d1d4e292 Removed unused local variables in tests. 11 년 전
resolve_url 1dae4ac177 Whitespace cleanup. 11 년 전
responses 6e895f9e06 Removed superfluous models.py files. 11 년 전
reverse_lookup c3791463a5 Fixing E302 Errors 11 년 전
reverse_single_related 75924cfa6d Fixed #21563 -- Single related object descriptors should work with `hasattr`. 11 년 전
save_delete_hooks 5c1143910e Removed most of absolute_import imports 11 년 전
schema 3518e9ec1f Amend test table name so it doesn't clash. 11 년 전
select_for_update e32095616c Imported override_settings from its new location. 11 년 전
select_related 6685713869 Fixed E127 pep8 warnings. 11 년 전
select_related_onetoone c3791463a5 Fixing E302 Errors 11 년 전
select_related_regress f67e18f39e Fixed all E251 violations 11 년 전
serializers e32095616c Imported override_settings from its new location. 11 년 전
serializers_regress 8eec2d93b6 Fixed all E261 warnings 11 년 전
servers e32095616c Imported override_settings from its new location. 11 년 전
settings_tests 553500133c Removed an obsolete unicity check. 11 년 전
signals eb38257e51 Fixed #21391 -- Allow model signals to lazily reference their senders. 11 년 전
signed_cookies_tests 6e895f9e06 Removed superfluous models.py files. 11 년 전
signing 6e895f9e06 Removed superfluous models.py files. 11 년 전
sites_framework c347f78cc1 Fixed all E226 violations 11 년 전
staticfiles_tests 4befb3015c Fixed #21581 -- Fixed a number of issues with collectstatic. 11 년 전
str c3791463a5 Fixing E302 Errors 11 년 전
string_lookup c3791463a5 Fixing E302 Errors 11 년 전
swappable_models dbe2fb632d Added a missing import and removed an unneeded import 11 년 전
syndication_tests 1fb873cd6b Finished renaming syndication to syndication_tests 11 년 전
tablespaces 38ce41103f Used Apps.clear_cache() in tests that alter the app registry. 11 년 전
template_tests e32095616c Imported override_settings from its new location. 11 년 전
templates 3ac823fc5b Fixed #21460 -- Reenabled proper template precedence in find_template 11 년 전
test_client e32095616c Imported override_settings from its new location. 11 년 전
test_client_regress e32095616c Imported override_settings from its new location. 11 년 전
test_discovery_sample aef019de61 Fixed #21206 -- No longer run discovery if the test label doesn't point to a package or directory. 11 년 전
test_discovery_sample2 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 년 전
test_runner 587b678d41 Made DeprecationDisplayTest more robust 11 년 전
test_runner_deprecation_app 6e895f9e06 Removed superfluous models.py files. 11 년 전
test_runner_invalid_app 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 년 전
test_suite_override 1716b7ce5a Renamed AppCache to Apps. 11 년 전
test_utils 5cd6477fd6 Fixed #21462 -- Made `assertNumQueries` print executed queries on failure. 11 년 전
text 6e895f9e06 Removed superfluous models.py files. 11 년 전
timezones e32095616c Imported override_settings from its new location. 11 년 전
transactions c3791463a5 Fixing E302 Errors 11 년 전
transactions_regress e32095616c Imported override_settings from its new location. 11 년 전
unmanaged_models c3791463a5 Fixing E302 Errors 11 년 전
update c3791463a5 Fixing E302 Errors 11 년 전
update_only_fields c3791463a5 Fixing E302 Errors 11 년 전
urlpatterns_reverse e32095616c Imported override_settings from its new location. 11 년 전
user_commands c3791463a5 Fixing E302 Errors 11 년 전
utils_tests e32095616c Imported override_settings from its new location. 11 년 전
validation 1716b7ce5a Renamed AppCache to Apps. 11 년 전
validators 6d66ba5948 Fixed #21242 -- Allowed more IANA schemes in URLValidator 11 년 전
version 6e895f9e06 Removed superfluous models.py files. 11 년 전
view_tests e32095616c Imported override_settings from its new location. 11 년 전
wsgi e32095616c Imported override_settings from its new location. 11 년 전
.coveragerc 51a9a5980a Made coverage ignore files without associated source code. 11 년 전
runtests.py 80d74097b4 Stopped populating the app registry as a side effect. 11 년 전
test_sqlite.py 8dd8400f7e Updated an inaccurate comment. 12 년 전
urls.py 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 년 전