1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/tests
Claude Paroz c7c647419c Fixed #21510 -- Readded search reset link in changelist search bar
Thanks moritz.pfeiffer at alp-phone.ch for the report and
Tim Graham for the initial patch.
2013-12-11 15:30:20 +01:00
..
admin_changelist
admin_custom_urls
admin_docs Fixed missing admindocs' site_header 2013-11-22 13:30:50 +01:00
admin_filters Fixed #21361 -- allowed access self.value() from SimpleListFilter lookup 2013-11-19 09:14:22 +02:00
admin_inlines
admin_ordering Fixed some flake8 issues 2013-11-22 09:10:18 -08:00
admin_registration
admin_scripts
admin_util
admin_validation
admin_views Fixed #21510 -- Readded search reset link in changelist search bar 2013-12-11 15:30:20 +01:00
admin_widgets Merging in master 2013-11-03 07:19:25 -06:00
aggregation
aggregation_regress Fixed all E226 violations 2013-11-03 10:08:55 -08:00
app_cache
app_loading
backends
base
bash_completion
basic
bug639
bug8245
builtin_server
bulk_create Fixed all E226 violations 2013-11-03 10:08:55 -08:00
cache flake8 fixes 2013-11-24 21:07:21 -06:00
check
choices PEP8 cleanup 2013-11-02 23:50:49 -05:00
commands_sql
comment_tests
conditional_processing
contenttypes_tests Added more tests for ContentTypeManager.get_for_model. 2013-11-24 18:59:46 +01:00
context_processors
createsuperuser Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
csrf_tests
custom_columns Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
custom_columns_regress
custom_managers PEP-8 cleanup 2013-11-27 19:45:47 +02:00
custom_managers_regress
custom_methods
custom_pk Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
datatypes Fixed all E251 violations 2013-11-03 10:17:58 -08:00
dates
datetimes Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning. 2013-11-14 21:36:55 +01:00
db_backends
db_typecasts
decorators Fixed #21351 -- Replaced memoize with Python's lru_cache. 2013-11-11 08:53:09 +01:00
defaultfilters Added more tests and documentation for dictsort. 2013-11-06 00:26:58 +01:00
defer Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
defer_regress
delete
delete_regress
deprecation Fixed #21351 -- Replaced memoize with Python's lru_cache. 2013-11-11 08:53:09 +01:00
dispatch
distinct_on_fields Fixed #20600 -- ordered distinct(*fields) in subqueries 2013-11-07 14:29:50 +02:00
empty
expressions Fixed all E226 violations 2013-11-03 10:08:55 -08:00
expressions_regress
extra_regress Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
field_deconstruction
field_defaults
field_subclassing
file_storage
file_uploads
files
fixtures
fixtures_model_package
fixtures_regress Fixed #21551 -- Reenabled loading fixtures from subdirectory 2013-12-07 10:47:34 +01:00
force_insert_update Fixed all E251 violations 2013-11-03 10:17:58 -08:00
foreign_object Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject. 2013-12-06 20:20:16 +01:00
forms_tests Fixed #20867 -- Added the Form.add_error() method. 2013-11-30 01:00:53 +07:00
generic_inline_admin
generic_relations
generic_relations_regress Fixed #21403: Corrected test code 2013-11-25 16:16:04 +02:00
generic_views
get_earliest_or_latest
get_object_or_404 Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
get_or_create Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
get_or_create_regress
handlers
http_utils
httpwrappers Simplified iteration in HTTP response objects. 2013-11-23 17:03:43 +01:00
i18n Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers. 2013-12-04 08:36:20 -03:00
indexes
initial_sql_regress Fixed all E251 violations 2013-11-03 10:17:58 -08:00
inline_formsets Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
inspectdb
introspection
invalid_models
known_related_objects
logging_tests Fixed #21383 -- Added request details in SuspiciousOperation messages 2013-11-09 12:11:58 +01:00
lookup Fixed all E226 violations 2013-11-03 10:08:55 -08:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail
managers_regress Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
many_to_many
many_to_one Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
many_to_one_null
many_to_one_regress
max_lengths
middleware
middleware_exceptions Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
migrate_signals
migrations Fix altering of SERIAL columns and InnoDB being picky about FK changes 2013-12-11 14:19:05 +00:00
model_fields Fixed #21512 -- Added more complete information about Pillow and PIL in model_fields and model_forms tests. 2013-11-26 10:18:54 +01:00
model_forms Fixed #21512 -- Added more complete information about Pillow and PIL in model_fields and model_forms tests. 2013-11-26 10:18:54 +01:00
model_forms_regress Fixed #21568 -- Added missing ModelMultipleChoiceField to_python method 2013-12-07 10:14:22 +01:00
model_formsets
model_formsets_regress
model_inheritance
model_inheritance_regress Fixed #21554 -- Incorrect SQL generated when using multiple inheritance. 2013-12-06 14:12:38 -05:00
model_inheritance_same_model_name
model_inheritance_select_related
model_package
model_permalink
model_regress
model_validation Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
modeladmin Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
multiple_database
mutually_referential
nested_foreign_keys
null_fk Fixed all E251 violations 2013-11-03 10:17:58 -08:00
null_fk_ordering
null_queries
one_to_one
one_to_one_regress
or_lookups
order_with_respect_to
ordering
pagination
prefetch_related Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+' 2013-11-13 07:35:34 +02:00
properties Fixed the use of the -ise suffix, where -ize is prefered 2013-11-15 05:23:14 -08:00
proxy_model_inheritance
proxy_models Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
queries Fixed #11320 -- exclude() too aggressive in join promotion 2013-11-07 12:57:02 +02:00
queryset_pickle
raw_query Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
requests Fixed #21447 -- Restored code erroneously removed in 20472aa827. 2013-11-16 01:09:35 +01:00
requirements Fixed #21538 -- Added numpy to test/requirements/base.txt 2013-12-02 13:37:59 -05:00
reserved_names
resolve_url
responses
reverse_lookup
reverse_single_related
save_delete_hooks
schema Fix altering of SERIAL columns and InnoDB being picky about FK changes 2013-12-11 14:19:05 +00:00
select_for_update
select_related Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
select_related_onetoone
select_related_regress Fixed all E251 violations 2013-11-03 10:17:58 -08:00
serializers Added missing deconstruct() methods. 2013-12-06 15:23:34 +01:00
serializers_regress
servers
settings_tests
signals Fixed #21391 -- Allow model signals to lazily reference their senders. 2013-11-24 17:51:22 -05:00
signed_cookies_tests Fixed all E251 violations 2013-11-03 10:17:58 -08:00
signing
sites_framework Fixed all E226 violations 2013-11-03 10:08:55 -08:00
staticfiles_tests Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
str
string_lookup
swappable_models
syndication
tablespaces
template_tests Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
templates Fixed #21460 -- Reenabled proper template precedence in find_template 2013-11-22 11:09:51 +01:00
test_client Fixed #21448 -- Fixed test client logout with cookie-based sessions 2013-11-26 20:41:51 +01:00
test_client_regress Fixed #15179 -- middlewares not applied for test client login() 2013-11-19 09:04:20 +02:00
test_discovery_sample
test_discovery_sample2
test_runner
test_runner_deprecation_app
test_runner_invalid_app
test_suite_override
test_utils Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
text
timezones
transactions Fixing E302 Errors 2013-11-02 23:48:47 -05:00
transactions_regress
unmanaged_models
update
update_only_fields
urlpatterns_reverse Flake8 fixes -- including not runnign flake8 over a backported file 2013-11-11 14:05:14 -08:00
user_commands
utils_tests Fixed #21572 -- Added unit test for django.utils.text.normalize_newlines. 2013-12-07 16:28:22 +08:00
validation Fixed #21555 -- Made ValidationError pickable. 2013-12-07 18:58:37 +07:00
validators
version
view_tests Added extra newline for flake8. 2013-12-07 07:06:28 -05:00
wsgi Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
.coveragerc
runtests.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
test_sqlite.py
urls.py