django/tests
Unai Zalakain 99b681e227 Fixed #21341 -- Eased https requests with the test client
All request methods of ``django.test.client.Client`` receive a ``secure``
argument that defaults to ``False`` indicating whether or not to make the
request through https.
Thanks Aymeric Augustin for the review.
2013-11-02 19:03:13 +01:00
..
admin_changelist
admin_custom_urls
admin_docs Fixed #6681 -- Don't break docutils when rendering reStructuredText. 2013-10-04 13:27:08 -04:00
admin_filters
admin_inlines
admin_ordering
admin_registration
admin_scripts
admin_util
admin_validation Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
admin_views Fixed #8261 -- ModelAdmin hook for customising the "show on site" button 2013-10-29 17:10:12 -04:00
admin_widgets
aggregation
aggregation_regress
app_cache
app_loading Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00
backends
base Fixed "redefinition of unused 'foo' from line X" pyflakes warnings. 2013-10-10 11:09:42 -04:00
bash_completion
basic Fix all violators of E231 2013-10-26 12:15:03 -07:00
bug639
bug8245
builtin_server
bulk_create Fixed #21285 -- Fixed E121,E122 pep8 warnings 2013-10-17 20:20:11 -04:00
cache
check
choices
commands_sql
comment_tests
conditional_processing
contenttypes_tests
context_processors Whitespace cleanup. 2013-10-10 16:49:20 -04:00
createsuperuser
csrf_tests Fix all violators of E231 2013-10-26 12:15:03 -07:00
custom_columns
custom_columns_regress
custom_managers
custom_managers_regress
custom_methods Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
custom_pk
datatypes Removed some more unused local vars 2013-09-08 12:20:01 -07:00
dates
datetimes
db_backends
db_typecasts Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
decorators
defaultfilters
defer
defer_regress
delete
delete_regress
deprecation Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
dispatch
distinct_on_fields
empty
expressions Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
expressions_regress
extra_regress
field_deconstruction Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
field_defaults
field_subclassing Fixed #12568 -- no error when accessing custom field's descriptor 2013-09-18 10:03:52 +03:00
file_storage
file_uploads
files
fixtures
fixtures_model_package
fixtures_regress
force_insert_update
foreign_object Fixed #20874 -- bump_prefix() in nested subqueries 2013-08-13 14:11:52 +03:00
forms_tests Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
generic_inline_admin
generic_relations
generic_relations_regress
generic_views Fix all violators of E231 2013-10-26 12:15:03 -07:00
get_earliest_or_latest Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
get_object_or_404 Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
get_or_create
get_or_create_regress
handlers
http_utils Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00
httpwrappers
i18n
indexes
initial_sql_regress
inline_formsets
inspectdb
introspection
invalid_models
known_related_objects
logging_tests
lookup
m2m_and_m2o Fixed E225 pep8 warnings. 2013-10-23 06:09:29 -04:00
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals Fix all violators of E231 2013-10-26 12:15:03 -07:00
m2m_through
m2m_through_regress
m2o_recursive
mail
managers_regress
many_to_many Fix all violators of E231 2013-10-26 12:15:03 -07:00
many_to_one
many_to_one_null
many_to_one_regress Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
max_lengths Fix all violators of E231 2013-10-26 12:15:03 -07:00
middleware
middleware_exceptions
migrate_signals
migrations
model_fields Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
model_forms Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
model_forms_regress
model_formsets
model_formsets_regress Fixed #14877 -- repeated deletion using formsets 2013-10-30 22:40:15 +02:00
model_inheritance
model_inheritance_regress
model_inheritance_same_model_name
model_inheritance_select_related
model_package
model_permalink
model_regress Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
model_validation
modeladmin
multiple_database
mutually_referential
nested_foreign_keys
null_fk
null_fk_ordering
null_queries Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
one_to_one Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
one_to_one_regress Fixed #21216 -- Allow `OneToOneField` reverse accessor to be hidden. 2013-10-03 13:20:05 -04:00
or_lookups Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00
order_with_respect_to
ordering Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
pagination
prefetch_related Fix all violators of E231 2013-10-26 12:15:03 -07:00
properties
proxy_model_inheritance Updated syncdb -> migrate in tests. 2013-09-03 11:51:34 -04:00
proxy_models
queries
queryset_pickle Fix all violators of E231 2013-10-26 12:15:03 -07:00
raw_query Fix all violators of E231 2013-10-26 12:15:03 -07:00
requests
requirements
reserved_names Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
resolve_url
responses
reverse_lookup
reverse_single_related
save_delete_hooks
schema
select_for_update Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
select_related
select_related_onetoone Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
select_related_regress
serializers
serializers_regress Fix all violators of E231 2013-10-26 12:15:03 -07:00
servers Fixed "Address already in use" from liveserver. 2013-09-22 22:02:59 +02:00
settings_tests
signals
signals_regress
signed_cookies_tests
signing
sites_framework
staticfiles_tests
str
string_lookup
swappable_models
syndication
tablespaces Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
template_tests Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
templates
test_client Fixed #21341 -- Eased https requests with the test client 2013-11-02 19:03:13 +01:00
test_client_regress Fix all violators of E231 2013-10-26 12:15:03 -07:00
test_discovery_sample
test_discovery_sample2
test_runner
test_runner_deprecation_app Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
test_runner_invalid_app
test_suite_override
test_utils
text
timezones
transactions
transactions_regress
unmanaged_models
update
update_only_fields
urlpatterns_reverse Fix all violators of E231 2013-10-26 12:15:03 -07:00
user_commands
utils_tests
validation
validators
version
view_tests
wsgi Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
.coveragerc
runtests.py
test_sqlite.py
urls.py