Simon Charette eb38257e51 Fixed #21391 -- Allow model signals to lazily reference their senders. 11 年之前
..
admin_changelist 7a61c68c50 PEP8 cleanup 11 年之前
admin_custom_urls 7a61c68c50 PEP8 cleanup 11 年之前
admin_docs 48ce09f2f6 Fixed missing admindocs' site_header 11 年之前
admin_filters 68b540c977 Fixed #21361 -- allowed access self.value() from SimpleListFilter lookup 11 年之前
admin_inlines 7a61c68c50 PEP8 cleanup 11 年之前
admin_ordering b9d908da54 Fixed some flake8 issues 11 年之前
admin_registration e23de9e350 Fixed typo in exception message; refs #19414 11 年之前
admin_scripts 7a61c68c50 PEP8 cleanup 11 年之前
admin_util 7a61c68c50 PEP8 cleanup 11 年之前
admin_validation 7a61c68c50 PEP8 cleanup 11 年之前
admin_views a739573e17 Fixed test breakage under python 3 introduced by a480f8320a5b36501bfd0e8cd70b8dc04adf2d08. 11 年之前
admin_widgets 4f151da1e5 Merging in master 11 年之前
aggregation 7a61c68c50 PEP8 cleanup 11 年之前
aggregation_regress c347f78cc1 Fixed all E226 violations 11 年之前
app_cache 52eb19b545 Make multi-app-cache tests work again 11 年之前
app_loading 36ded01527 Fixed #21302 -- Fixed unused imports and import *. 11 年之前
backends 7a61c68c50 PEP8 cleanup 11 年之前
base adedc31072 Fixed "redefinition of unused 'foo' from line X" pyflakes warnings. 11 年之前
bash_completion 1dae4ac177 Whitespace cleanup. 11 年之前
basic 7a61c68c50 PEP8 cleanup 11 年之前
bug639 7a61c68c50 PEP8 cleanup 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 c347f78cc1 Fixed all E226 violations 11 年之前
cache d47f794f8f Properly closed cache connections at the end of the request. 11 年之前
check 7a61c68c50 PEP8 cleanup 11 年之前
choices 7a61c68c50 PEP8 cleanup 11 年之前
commands_sql 7a61c68c50 PEP8 cleanup 11 年之前
comment_tests 3bc0d46a84 Fixed all E261 warnings 11 年之前
conditional_processing 7a61c68c50 PEP8 cleanup 11 年之前
contenttypes_tests f88e760869 Added more tests for ContentTypeManager.get_for_model. 11 年之前
context_processors 36ded01527 Fixed #21302 -- Fixed unused imports and import *. 11 年之前
createsuperuser 1dae4ac177 Whitespace cleanup. 11 年之前
csrf_tests 7a61c68c50 PEP8 cleanup 11 年之前
custom_columns 7a61c68c50 PEP8 cleanup 11 年之前
custom_columns_regress 7a61c68c50 PEP8 cleanup 11 年之前
custom_managers 7a61c68c50 PEP8 cleanup 11 年之前
custom_managers_regress 7a61c68c50 PEP8 cleanup 11 年之前
custom_methods 5c1143910e Removed most of absolute_import imports 11 年之前
custom_pk 7a61c68c50 PEP8 cleanup 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 7a61c68c50 PEP8 cleanup 11 年之前
decorators 9b7455e918 Fixed #21351 -- Replaced memoize with Python's lru_cache. 11 年之前
defaultfilters b914991b37 Added more tests and documentation for dictsort. 11 年之前
defer 3f115776e1 PEP8 11 年之前
defer_regress 7a61c68c50 PEP8 cleanup 11 年之前
delete 7a61c68c50 PEP8 cleanup 11 年之前
delete_regress 7a61c68c50 PEP8 cleanup 11 年之前
deprecation 9b7455e918 Fixed #21351 -- Replaced memoize with Python's lru_cache. 11 年之前
dispatch 7a61c68c50 PEP8 cleanup 11 年之前
distinct_on_fields b1b04df065 Fixed #20600 -- ordered distinct(*fields) in subqueries 11 年之前
empty 5c1143910e Removed most of absolute_import imports 11 年之前
expressions c347f78cc1 Fixed all E226 violations 11 年之前
expressions_regress 7a61c68c50 PEP8 cleanup 11 年之前
extra_regress b1b04df065 Fixed #20600 -- ordered distinct(*fields) in subqueries 11 年之前
field_deconstruction 96d1d4e292 Removed unused local variables in tests. 11 年之前
field_defaults 5c1143910e Removed most of absolute_import imports 11 年之前
field_subclassing 7a61c68c50 PEP8 cleanup 11 年之前
file_storage 7a61c68c50 PEP8 cleanup 11 年之前
file_uploads 7a61c68c50 PEP8 cleanup 11 年之前
files 36ded01527 Fixed #21302 -- Fixed unused imports and import *. 11 年之前
fixtures 7a61c68c50 PEP8 cleanup 11 年之前
fixtures_model_package 7a61c68c50 PEP8 cleanup 11 年之前
fixtures_regress 97ac22ebfc Fixed #21457 -- Allowed fixture file name to contain dots 11 年之前
force_insert_update f67e18f39e Fixed all E251 violations 11 年之前
foreign_object 7a61c68c50 PEP8 cleanup 11 年之前
forms_tests a0f3eeccf3 Fixed #21397 -- Re-added flexibility to TypedChoiceField coercion 11 年之前
generic_inline_admin 7a61c68c50 PEP8 cleanup 11 年之前
generic_relations 7a61c68c50 PEP8 cleanup 11 年之前
generic_relations_regress 0e079e4331 Fixed #21428 -- editable GenericRelation regression 11 年之前
generic_views 7a61c68c50 PEP8 cleanup 11 年之前
get_earliest_or_latest 96d1d4e292 Removed unused local variables in tests. 11 年之前
get_object_or_404 7a61c68c50 PEP8 cleanup 11 年之前
get_or_create 96d1d4e292 Removed unused local variables in tests. 11 年之前
get_or_create_regress 7a61c68c50 PEP8 cleanup 11 年之前
handlers 7a61c68c50 PEP8 cleanup 11 年之前
http_utils bab9123daa Fixed #21268 -- Fixed E303 pep8 warnings 11 年之前
httpwrappers a480f8320a Simplified iteration in HTTP response objects. 11 年之前
i18n 62b393c5ae Fixed #21488 -- Multiple locales treatment in i18n commands. 11 年之前
indexes cfcf4b3605 Stopped using django.utils.unittest in the test suite. 11 年之前
initial_sql_regress f67e18f39e Fixed all E251 violations 11 年之前
inline_formsets b9d908da54 Fixed some flake8 issues 11 年之前
inspectdb 7a61c68c50 PEP8 cleanup 11 年之前
introspection c89d80e2cc Fixed #21097 - Added DatabaseFeature.can_introspect_autofield 11 年之前
invalid_models 3bc0d46a84 Fixed all E261 warnings 11 年之前
known_related_objects 7a61c68c50 PEP8 cleanup 11 年之前
logging_tests e6dd70b4db Fixed #21383 -- Added request details in SuspiciousOperation messages 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 7a61c68c50 PEP8 cleanup 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 3afde36d03 Undelete the login() call inadvertantly removed in 4e0a2fe59c 11 年之前
managers_regress 36ded01527 Fixed #21302 -- Fixed unused imports and import *. 11 年之前
many_to_many 7a61c68c50 PEP8 cleanup 11 年之前
many_to_one 7a61c68c50 PEP8 cleanup 11 年之前
many_to_one_null 7a61c68c50 PEP8 cleanup 11 年之前
many_to_one_regress 7a61c68c50 PEP8 cleanup 11 年之前
max_lengths 7a61c68c50 PEP8 cleanup 11 年之前
middleware 7a61c68c50 PEP8 cleanup 11 年之前
middleware_exceptions 7a61c68c50 PEP8 cleanup 11 年之前
migrate_signals 3db66b1d65 Updated syncdb -> migrate in tests. 11 年之前
migrations e5b7045422 flake8 fixes 11 年之前
model_fields 7a61c68c50 PEP8 cleanup 11 年之前
model_forms 7288e1b02b Merge pull request #1852 from jasonamyers/cleanup/PEP8 11 年之前
model_forms_regress 3f115776e1 PEP8 11 年之前
model_formsets 3f115776e1 PEP8 11 年之前
model_formsets_regress 3f115776e1 PEP8 11 年之前
model_inheritance 3f115776e1 PEP8 11 年之前
model_inheritance_regress 3f115776e1 PEP8 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 eb38257e51 Fixed #21391 -- Allow model signals to lazily reference their senders. 11 年之前
modeladmin 3f115776e1 PEP8 11 年之前
multiple_database 7a61c68c50 PEP8 cleanup 11 年之前
mutually_referential c3791463a5 Fixing E302 Errors 11 年之前
nested_foreign_keys c3791463a5 Fixing E302 Errors 11 年之前
null_fk f67e18f39e Fixed all E251 violations 11 年之前
null_fk_ordering c3791463a5 Fixing E302 Errors 11 年之前
null_queries c3791463a5 Fixing E302 Errors 11 年之前
one_to_one c3791463a5 Fixing E302 Errors 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 cb83448891 Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+' 11 年之前
properties 10a09b8e60 Fixed the use of the -ise suffix, where -ize is prefered 11 年之前
proxy_model_inheritance c3791463a5 Fixing E302 Errors 11 年之前
proxy_models c3791463a5 Fixing E302 Errors 11 年之前
queries e7b61e5717 Fixed #11320 -- exclude() too aggressive in join promotion 11 年之前
queryset_pickle 8eec2d93b6 Fixed all E261 warnings 11 年之前
raw_query c3791463a5 Fixing E302 Errors 11 年之前
requests ceecc962ad Fixed #21447 -- Restored code erroneously removed in 20472aa827669d2b83b74e521504e88e18d086a1. 11 年之前
requirements a9589dd280 Fixed #21032 -- pip 1.4 can't install pytz. 11 年之前
reserved_names 96d1d4e292 Removed unused local variables in tests. 11 年之前
resolve_url 1dae4ac177 Whitespace cleanup. 11 年之前
responses c3791463a5 Fixing E302 Errors 11 年之前
reverse_lookup c3791463a5 Fixing E302 Errors 11 年之前
reverse_single_related c3791463a5 Fixing E302 Errors 11 年之前
save_delete_hooks 5c1143910e Removed most of absolute_import imports 11 年之前
schema 19e5cd77f0 Fixed #21497 -- Forced conversion to bytes for very long index names 11 年之前
select_for_update 36ded01527 Fixed #21302 -- Fixed unused imports and import *. 11 年之前
select_related c3791463a5 Fixing E302 Errors 11 年之前
select_related_onetoone c3791463a5 Fixing E302 Errors 11 年之前
select_related_regress f67e18f39e Fixed all E251 violations 11 年之前
serializers c3791463a5 Fixing E302 Errors 11 年之前
serializers_regress 8eec2d93b6 Fixed all E261 warnings 11 年之前
servers c3791463a5 Fixing E302 Errors 11 年之前
settings_tests c3791463a5 Fixing E302 Errors 11 年之前
signals eb38257e51 Fixed #21391 -- Allow model signals to lazily reference their senders. 11 年之前
signed_cookies_tests f67e18f39e Fixed all E251 violations 11 年之前
signing c3791463a5 Fixing E302 Errors 11 年之前
sites_framework c347f78cc1 Fixed all E226 violations 11 年之前
staticfiles_tests 9b7455e918 Fixed #21351 -- Replaced memoize with Python's lru_cache. 11 年之前
str c3791463a5 Fixing E302 Errors 11 年之前
string_lookup c3791463a5 Fixing E302 Errors 11 年之前
swappable_models b67ab75e82 Fixed assorted flake8 errors. 11 年之前
syndication c3791463a5 Fixing E302 Errors 11 年之前
tablespaces c3791463a5 Fixing E302 Errors 11 年之前
template_tests ffc37e2343 Fixed #21012 -- New API to access cache backends. 11 年之前
templates 3ac823fc5b Fixed #21460 -- Reenabled proper template precedence in find_template 11 年之前
test_client 8eec2d93b6 Fixed all E261 warnings 11 年之前
test_client_regress 4fdd51b732 Fixed #15179 -- middlewares not applied for test client login() 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 c3791463a5 Fixing E302 Errors 11 年之前
test_runner_deprecation_app c3791463a5 Fixing E302 Errors 11 年之前
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 ccd11c09c3 Flake8 fix -- correct number of newlines between top level definitions 11 年之前
text e7b9c11c3f Fixed #20231 -- Don't use allow_lazy on smart_split 12 年之前
timezones c3791463a5 Fixing E302 Errors 11 年之前
transactions c3791463a5 Fixing E302 Errors 11 年之前
transactions_regress c3791463a5 Fixing E302 Errors 11 年之前
unmanaged_models c3791463a5 Fixing E302 Errors 11 年之前
update c3791463a5 Fixing E302 Errors 11 年之前
update_only_fields c3791463a5 Fixing E302 Errors 11 年之前
urlpatterns_reverse bc742ca110 Flake8 fixes -- including not runnign flake8 over a backported file 11 年之前
user_commands c3791463a5 Fixing E302 Errors 11 年之前
utils_tests 7169722d5c Fixed #21505 -- Added unit test for django.utils.text.get_valid_filename. 11 年之前
validation 331d79a77d Fixed #21469 -- Allow set objects in Meta.unique_together. 11 年之前
validators c3791463a5 Fixing E302 Errors 11 年之前
version c3791463a5 Fixing E302 Errors 11 年之前
view_tests e681b2861d Fixed #21500 -- Removed imports of deprecated utils.importlib 11 年之前
wsgi c3791463a5 Fixing E302 Errors 11 年之前
.coveragerc 51a9a5980a Made coverage ignore files without associated source code. 11 年之前
runtests.py c573d6de17 Fixed #19941 -- Removed sys.path hack when running the test suite. 11 年之前
test_sqlite.py 8dd8400f7e Updated an inaccurate comment. 12 年之前
urls.py 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前