Florian Apolloner 16683f29ea Merge pull request #1084 from erikr/master 12 年之前
..
admin_changelist 5938e7013e Fixed a python 3.2 syntax error and python 3 warning introduced by 054ce2aa02. 12 年之前
admin_custom_urls 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
admin_filters 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 年之前
admin_inlines 3ea0c7d35a Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete protected FKs. 12 年之前
admin_ordering 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 年之前
admin_registration 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
admin_scripts 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 年之前
admin_util 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
admin_validation f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 12 年之前
admin_views 327e362ff3 Fixed an obvious typo. 12 年之前
admin_widgets 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 年之前
aggregation 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
aggregation_regress bd0cba58aa Fixed failing aggregation tests on MySQL 12 年之前
app_loading 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
backends 9ef4d177d1 Fixed #20388 -- Test failures under Oracle. 12 年之前
base 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
bash_completion 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
basic 23490a2394 Revert "Fixed 19895 -- Made second iteration over invalid queryset raise an exception too" 12 年之前
bug639 f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 12 年之前
bug8245 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
builtin_server a7960bcb35 Fixed #18972 -- Refactored bundled wsgi server's chunking algorithm. 12 年之前
bulk_create 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
cache 40b9f4fb8b [py3] Always fed hashlib with bytes. 12 年之前
choices 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
commands_sql 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
comment_tests 5e84abec14 Modified comment_tests for unittest2 discovery. 12 年之前
conditional_processing 8ce46375ae Move last remaining tests out of models.py files; prep for test discovery. 12 年之前
contenttypes_tests 3f2befc931 Deprecated django.views.defaults.shortcut. 12 年之前
context_processors 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
createsuperuser 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
csrf_tests 051cb1f4c6 Fixed #20411 -- Don't let invalid referers blow up CSRF same origin checks. 12 年之前
custom_columns 483e1b807e Refs #18586 -- Split out long custom_columns lookup test into multiple tests. 12 年之前
custom_columns_regress 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
custom_managers 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 年之前
custom_managers_regress 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 年之前
custom_methods 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
custom_pk 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
datatypes 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
dates 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
datetimes 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
db_typecasts 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
decorators 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
defaultfilters b474ffe63a Fixed #20172 -- Ensured urlize supports IPv4/IPv6 addresses 12 年之前
defer 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
defer_regress 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
delete 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
delete_regress 7aacde84f2 Made transaction.managed a no-op and deprecated it. 12 年之前
deprecation 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 年之前
dispatch 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
distinct_on_fields 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
empty 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
expressions 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
expressions_regress 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
extra_regress 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
field_defaults 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
field_subclassing 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
file_storage 33793f7c3e Fixed #19934 - Use of Pillow is now preferred over PIL. 12 年之前
file_uploads 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
files 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
fixtures 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 年之前
fixtures_model_package e654180ce2 Improved the API of set_autocommit. 12 年之前
fixtures_regress 465b01f065 Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures. 12 年之前
force_insert_update 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
foreign_object f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 12 年之前
forms_tests f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 12 年之前
generic_inline_admin 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
generic_relations c0d8932a6d Fixed #19939 -- generic relations + split_exclude regression 12 年之前
generic_relations_regress 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
generic_views 1c921cfac3 Fixed #20235 -- Use self.object_list if object_list not present in get_context_data kwargs. 12 年之前
get_earliest_or_latest 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
get_object_or_404 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 年之前
get_or_create 3a4276ffc3 Tested that get_or_create raises IntegrityError. 12 年之前
get_or_create_regress 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
handlers ac37ed21b3 Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 12 年之前
http_utils 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
httpwrappers 2ee21d9f0d Implemented persistent database connections. 12 年之前
i18n 9012a9e200 Fixed #20422 -- Applied makemessage's --ignore patterns to full path 12 年之前
indexes 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
initial_sql_regress 34a50e99e8 Added regression test for custom SQL containing percents 12 年之前
inline_formsets f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 12 年之前
inspectdb 8c41bd93c2 Fixed #16737 -- Support non-ascii column names in inspectdb 12 年之前
introspection c5a25c2771 Add introspection support for BinaryField 12 年之前
invalid_models 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
known_related_objects 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
logging_tests 4befef91f1 Correctly restore warning capture after logging tests. 12 年之前
lookup 22b7870e40 Began implementing a shared set of test models to speed up tests. 12 年之前
m2m_and_m2o 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
m2m_intermediary 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
m2m_multiple 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
m2m_recursive 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
m2m_regress 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
m2m_signals 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
m2m_through 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
m2m_through_regress 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
m2o_recursive 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
mail 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
managers_regress 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 年之前
many_to_many 216580e034 Fixed #20207 -- Handle ManyToManyField with a unicode name correctly. 12 年之前
many_to_one 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
many_to_one_null 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
many_to_one_regress 6634cb7b53 Removed a test that didn't make sense; code could never be called the way the test was written. 12 年之前
max_lengths 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
middleware 8fd44b2551 Fixed #20356 -- Prevented crash when HTTP_REFERER contains non-ascii 12 年之前
middleware_exceptions 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
model_fields 33793f7c3e Fixed #19934 - Use of Pillow is now preferred over PIL. 12 年之前
model_forms 33793f7c3e Fixed #19934 - Use of Pillow is now preferred over PIL. 12 年之前
model_forms_regress 756b81dbd1 Fixed #13546 -- Easier handling of localize field options in ModelForm 12 年之前
model_formsets f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 12 年之前
model_formsets_regress 756b81dbd1 Fixed #13546 -- Easier handling of localize field options in ModelForm 12 年之前
model_inheritance 6b4834952d Fixed #16649 -- Refactored save_base logic 12 年之前
model_inheritance_regress f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 12 年之前
model_inheritance_same_model_name 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
model_inheritance_select_related 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
model_package 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
model_permalink 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
model_regress 832b4a5722 Marked a test as an expected failure on MySQL and Python 3.2. 12 年之前
modeladmin f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 12 年之前
multiple_database 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
mutually_referential 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
nested_foreign_keys 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
null_fk 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
null_fk_ordering 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
null_queries 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
one_to_one 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
one_to_one_regress bc35b95274 Fixed test failures introduced in e16c48e001. 12 年之前
or_lookups 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
order_with_respect_to 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
ordering 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
pagination 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
prefetch_related 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 年之前
properties 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
proxy_model_inheritance 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
proxy_models 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 年之前
queries e17fa9e877 Fixed #20091 -- Oracle null promotion for empty strings 12 年之前
queryset_pickle a40746b1cb Fix #20158: invalid code in queryset_pickle test models. 12 年之前
raw_query 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
requests 4bed64c417 Made test introduced in 566e284c pass on Python 3. 12 年之前
reserved_names 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
resolve_url 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
reverse_lookup 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
reverse_single_related 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 年之前
save_delete_hooks 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
select_for_update 7aacde84f2 Made transaction.managed a no-op and deprecated it. 12 年之前
select_related 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
select_related_onetoone 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
select_related_regress 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
serializers 7aacde84f2 Made transaction.managed a no-op and deprecated it. 12 年之前
serializers_regress 33793f7c3e Fixed #19934 - Use of Pillow is now preferred over PIL. 12 年之前
servers 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
settings_tests 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
shared_models 22b7870e40 Began implementing a shared set of test models to speed up tests. 12 年之前
signals 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
signals_regress 22b7870e40 Began implementing a shared set of test models to speed up tests. 12 年之前
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 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
special_headers 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
staticfiles_tests 90fe9141de Fixed #18986 -- Improved error message for missing files 12 年之前
str 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
string_lookup 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
swappable_models 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
syndication 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
tablespaces 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
template_tests 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 年之前
templates 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
test_client 8ce46375ae Move last remaining tests out of models.py files; prep for test discovery. 12 年之前
test_client_regress b04fd579d5 Fixed #20237 (again) Allowed binary parameter to assertContains 12 年之前
test_discovery_sample 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 年之前
test_discovery_sample2 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 年之前
test_runner 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 年之前
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 6f3e139739 Modified test_client_override to work with unittest2 discovery. 12 年之前
test_utils f56b703b27 Used a Python 3 compatible StringIO in test_utils 12 年之前
text e7b9c11c3f Fixed #20231 -- Don't use allow_lazy on smart_split 12 年之前
timezones f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 12 年之前
transactions 83a416f5e7 Made atomic usable when autocommit is off. 12 年之前
transactions_regress 46f4b19920 Removed debug code 12 年之前
unmanaged_models 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
update 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
update_only_fields 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
urlpatterns_reverse 521765f63d Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middlewares 12 年之前
user_commands 7fca4416c7 Made (make|compile)messages check for availability of gettext commands. 12 年之前
utils_tests 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 年之前
validation 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 年之前
validators 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
version 89f40e3624 Merged regressiontests and modeltests into the test root. 12 年之前
view_tests da85c8cf32 Fixed a regression introduced in 9f7a01ef2bed8c0395a970286e8f87fd7d344b3b. 12 年之前
wsgi 2ee21d9f0d Implemented persistent database connections. 12 年之前
.coveragerc 737a5d71f0 Adjusted coveragerc 12 年之前
runtests.py e23a5f9a47 Fixed a regression in the test runner loading of runtests.py. 12 年之前
test_sqlite.py 8dd8400f7e Updated an inaccurate comment. 12 年之前
urls.py 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前