django/tests
Florian Hahn 5240b83462 Fixed #17027 -- Added support for the power operator in F expressions.
Thanks dan at dlo.me for the initial patch.

- Added __pow__ and __rpow__ to ExpressionNode
- Added oracle and mysql specific power expressions
- Added used-defined power function for sqlite
2013-10-22 10:29:57 -04:00
..
admin_changelist Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00
admin_custom_urls Fixed #21266 -- Fixed E201,E202 pep8 warnings. 2013-10-14 18:12:00 -04:00
admin_docs Fixed #6681 -- Don't break docutils when rendering reStructuredText. 2013-10-04 13:27:08 -04:00
admin_filters Fixed #19182 -- Fixed ModelAdmin.lookup_allowed to work with ('fieldname', SimpleListFilter) syntax. 2013-10-03 09:37:49 -04:00
admin_inlines Removed import * in tests. 2013-10-22 08:32:01 -04:00
admin_ordering
admin_registration Fixed typo in exception message; refs #19414 2013-09-19 06:24:12 -04:00
admin_scripts Fixed #19724 -- Output note when showing only core management commands 2013-10-21 21:26:48 +02:00
admin_util Fixed E221 pep8 warnings. 2013-10-22 09:51:39 -04:00
admin_validation Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00
admin_views Removed some direct settings manipulations in tests; refs #21230. 2013-10-21 11:31:05 -04:00
admin_widgets Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
aggregation Whitespace cleanup. 2013-10-10 16:49:20 -04:00
aggregation_regress Fixed E227 pep8 warnings 2013-10-21 08:52:21 -04:00
app_cache Make multi-app-cache tests work again 2013-07-22 19:36:03 +01:00
app_loading Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00
backends Fixed #21187 -- Import CursorWrapper from django.db.backend.utils 2013-09-28 14:18:37 +03:00
base Fixed "redefinition of unused 'foo' from line X" pyflakes warnings. 2013-10-10 11:09:42 -04:00
bash_completion Whitespace cleanup. 2013-10-10 16:49:20 -04:00
basic Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
bug639
bug8245 Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
builtin_server Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
bulk_create Fixed #21285 -- Fixed E121,E122 pep8 warnings 2013-10-17 20:20:11 -04:00
cache Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
check Refs #21197 -- Clarified upgrade check message. 2013-10-08 10:00:39 +08:00
choices Whitespace cleanup. 2013-10-10 16:49:20 -04:00
commands_sql Fixed #19657 -- Made sql commands honor allow_migrate 2013-10-16 18:02:32 +02:00
comment_tests Removed some direct settings manipulations in tests; refs #21230. 2013-10-21 11:31:05 -04:00
conditional_processing Whitespace cleanup. 2013-10-10 16:49:20 -04:00
contenttypes_tests
context_processors Whitespace cleanup. 2013-10-10 16:49:20 -04:00
createsuperuser Whitespace cleanup. 2013-10-10 16:49:20 -04:00
csrf_tests Removed some more unused local vars 2013-09-08 12:20:01 -07:00
custom_columns Whitespace cleanup. 2013-10-10 16:49:20 -04:00
custom_columns_regress Whitespace cleanup. 2013-10-10 16:49:20 -04:00
custom_managers Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00
custom_managers_regress Whitespace cleanup. 2013-10-10 16:49:20 -04:00
custom_methods
custom_pk Whitespace cleanup. 2013-10-10 16:49:20 -04:00
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 Fixed #21270 -- Fixed E701 pep8 warnings 2013-10-17 12:12:40 +01:00
defaultfilters Removed import * in tests. 2013-10-22 08:32:01 -04:00
defer
defer_regress
delete Removed some more unused local vars 2013-09-08 12:20:01 -07:00
delete_regress Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00
deprecation Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
dispatch Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
distinct_on_fields Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
empty
expressions Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00
expressions_regress Fixed #17027 -- Added support for the power operator in F expressions. 2013-10-22 10:29:57 -04:00
extra_regress Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
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 Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
file_uploads Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
files Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
fixtures Fixed #13252 -- Added ability to serialize with natural primary keys. 2013-10-11 12:52:57 -04:00
fixtures_model_package Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00
fixtures_regress Fixed #21287 -- Fixed E123 pep8 warnings 2013-10-18 10:07:39 +01:00
force_insert_update Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00
foreign_object
forms_tests Removed import * in tests. 2013-10-22 08:32:01 -04:00
generic_inline_admin Removed some direct settings manipulations in tests; refs #21230. 2013-10-21 11:31:05 -04:00
generic_relations Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
generic_relations_regress
generic_views Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
get_earliest_or_latest Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
get_object_or_404
get_or_create Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
get_or_create_regress Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
handlers Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3. 2013-09-07 11:47:38 -05:00
http_utils Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00
httpwrappers Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1 2013-10-17 18:14:35 +02:00
i18n Fixed E221 pep8 warnings. 2013-10-22 09:51:39 -04:00
indexes
initial_sql_regress Whitespace cleanup. 2013-10-10 16:49:20 -04:00
inline_formsets
inspectdb Fixed #20439 -- Started deprecation of IPAddressField 2013-09-28 10:55:32 +02:00
introspection Fixed #21097 - Added DatabaseFeature.can_introspect_autofield 2013-09-14 09:48:59 +03:00
invalid_models Fixed #8918 -- Made FileField.upload_to optional. 2013-10-11 08:07:25 -04:00
known_related_objects Whitespace cleanup. 2013-10-10 16:49:20 -04:00
logging_tests Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
lookup Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
m2m_and_m2o Whitespace cleanup. 2013-10-10 16:49:20 -04:00
m2m_intermediary Whitespace cleanup. 2013-10-10 16:49:20 -04:00
m2m_multiple
m2m_recursive
m2m_regress Whitespace cleanup. 2013-10-10 16:49:20 -04:00
m2m_signals Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
m2m_through Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
m2m_through_regress Fixed E221 pep8 warnings. 2013-10-22 09:51:39 -04:00
m2o_recursive
mail Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
managers_regress Removed some direct settings manipulations in tests; refs #21230. 2013-10-21 11:31:05 -04:00
many_to_many Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
many_to_one Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
many_to_one_null
many_to_one_regress Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
max_lengths Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
middleware Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00
middleware_exceptions Removed some direct settings manipulations in tests; refs #21230. 2013-10-21 11:31:05 -04:00
migrate_signals
migrations Fixed #21275 -- Fixed a serializer error when generating migrations for contrib.auth. 2013-10-21 14:54:52 -04:00
model_fields Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
model_forms Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
model_forms_regress Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
model_formsets Fixed E221 pep8 warnings. 2013-10-22 09:51:39 -04:00
model_formsets_regress Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
model_inheritance
model_inheritance_regress Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
model_inheritance_same_model_name
model_inheritance_select_related Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
model_package Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
model_permalink
model_regress Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
model_validation
modeladmin Removed some direct settings manipulations in tests; refs #21230. 2013-10-21 11:31:05 -04:00
multiple_database Fixed E221 pep8 warnings. 2013-10-22 09:51:39 -04:00
mutually_referential Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
nested_foreign_keys Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
null_fk
null_fk_ordering Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
null_queries Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
one_to_one Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02: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 Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
ordering Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
pagination Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
prefetch_related Fixed E221 pep8 warnings. 2013-10-22 09:51:39 -04:00
properties
proxy_model_inheritance
proxy_models Removed some direct settings manipulations in tests; refs #21230. 2013-10-21 11:31:05 -04:00
queries Fixed E221 pep8 warnings. 2013-10-22 09:51:39 -04:00
queryset_pickle Added tests for double-pickling a QuerySet 2013-09-14 10:33:15 +03:00
raw_query
requests Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
requirements Fixed #21032 -- pip 1.4 can't install pytz. 2013-09-06 22:11:55 -05:00
reserved_names Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
resolve_url Whitespace cleanup. 2013-10-10 16:49:20 -04:00
responses
reverse_lookup Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
reverse_single_related Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
save_delete_hooks
schema Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
select_for_update Removed some direct settings manipulations in tests; refs #21230. 2013-10-21 11:31:05 -04:00
select_related Fixed DeprecationWarning caused by assertEquals. 2013-10-16 02:28:04 +07:00
select_related_onetoone Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
select_related_regress Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
serializers Removed some direct settings manipulations in tests; refs #21230. 2013-10-21 11:31:05 -04:00
serializers_regress Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
servers Fixed "Address already in use" from liveserver. 2013-09-22 22:02:59 +02:00
settings_tests Fixed #21263 -- Fixed issue with override_settings in inherited classes 2013-10-15 15:38:27 +02:00
signals Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
signals_regress Fixed #21285 -- Fixed E121,E122 pep8 warnings 2013-10-17 20:20:11 -04:00
signed_cookies_tests
signing Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
sites_framework Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
staticfiles_tests Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00
str Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible. 2013-10-13 18:14:04 +02:00
string_lookup Fixed #20439 -- Started deprecation of IPAddressField 2013-09-28 10:55:32 +02:00
swappable_models Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
syndication Fixed #21165 -- Fix test for syndication feed timestamp field on Windows. 2013-10-02 23:29:48 -03:00
tablespaces Whitespace cleanup. 2013-10-10 16:49:20 -04:00
template_tests Removed some direct settings manipulations in tests; refs #21230. 2013-10-21 11:31:05 -04:00
templates
test_client Removed some direct settings manipulations in tests; refs #21230. 2013-10-21 11:31:05 -04:00
test_client_regress Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
test_discovery_sample
test_discovery_sample2
test_runner Fixed #21287 -- Fixed E123 pep8 warnings 2013-10-18 10:07:39 +01:00
test_runner_deprecation_app
test_runner_invalid_app
test_suite_override
test_utils Fixed #21285 -- Fixed E121,E122 pep8 warnings 2013-10-17 20:20:11 -04:00
text
timezones Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
transactions Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
transactions_regress Stopped a test from executing queries at the module level. 2013-09-22 23:02:35 +02:00
unmanaged_models Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
update
update_only_fields
urlpatterns_reverse Removed some direct settings manipulations in tests; refs #21230. 2013-10-21 11:31:05 -04:00
user_commands
utils_tests Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
validation Fixed E221 pep8 warnings. 2013-10-22 09:51:39 -04:00
validators Removed import * in tests. 2013-10-22 08:32:01 -04:00
version Whitespace cleanup. 2013-10-10 16:49:20 -04:00
view_tests Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'. 2013-10-22 09:24:42 -04:00
wsgi Fixed #21287 -- Fixed E123 pep8 warnings 2013-10-18 10:07:39 +01:00
.coveragerc
runtests.py Fixed #21287 -- Fixed E123 pep8 warnings 2013-10-18 10:07:39 +01:00
test_sqlite.py
urls.py