0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests
Anssi Kääriäinen c7739e30b2 Fixed #17424 -- annotate() + exclude() bug
The bug was already fixed by 01b9c3d519,
so only tests added.

At the same time promote_joins()'s uncoditional flag is gone, it isn't
needed for anything any more.
2013-08-07 12:53:33 +03:00
..
admin_changelist Added ModelAdmin.get_search_fields. 2013-08-03 20:02:43 -04:00
admin_custom_urls
admin_docs
admin_filters
admin_inlines
admin_ordering
admin_registration
admin_scripts Removed part of a test that doesn't work on Jenkins; refs #19877. 2013-07-30 11:59:04 -04:00
admin_util
admin_validation
admin_views Fixed LogEntry.get_admin_url() for non-existent models. 2013-08-02 12:51:10 -04:00
admin_widgets Fixed #20865 -- Fixed raw_id_fields to work with callable limit_choices_to. 2013-08-06 13:41:52 -04:00
aggregation Fixed #17424 -- annotate() + exclude() bug 2013-08-07 12:53:33 +03:00
aggregation_regress Fixed #15624 -- Made sure aggregations are present in SELECT 2013-07-31 16:27:58 +03:00
app_loading Fixed #17667 -- Prevented app loading from skipping nonexistent apps after the first try 2013-08-05 13:34:35 -04:00
backends Fixed #17519 -- Fixed missing SQL constraints to proxy models. 2013-08-02 07:41:56 -04:00
base
bash_completion
basic Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class. 2013-07-31 09:54:00 -04:00
bug639
bug8245
builtin_server
bulk_create
cache
check
choices
commands_sql
comment_tests
conditional_processing
contenttypes_tests
context_processors
createsuperuser
csrf_tests
custom_columns
custom_columns_regress
custom_managers
custom_managers_regress
custom_methods
custom_pk
datatypes
dates
datetimes
db_backends
db_typecasts
decorators
defaultfilters
defer
defer_regress
delete
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions
expressions_regress
extra_regress Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
field_deconstruction
field_defaults
field_subclassing
file_storage
file_uploads
files
fixtures
fixtures_model_package
fixtures_regress
force_insert_update
foreign_object Fixed ordering related test failure 2013-08-06 10:07:52 +03:00
forms_tests Fixed #15511 -- Allow optional fields on `MultiValueField subclasses. 2013-08-06 08:50:47 -04:00
generic_inline_admin Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypasses get_fieldsets(). 2013-08-02 10:41:29 -04:00
generic_relations
generic_relations_regress
generic_views
get_earliest_or_latest
get_object_or_404
get_or_create
get_or_create_regress
handlers
http_utils
httpwrappers Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect. 2013-07-30 13:39:44 -04:00
i18n Fixed #18777 -- Localized form fields with as_text/as_hidden 2013-08-02 08:41:54 -04:00
indexes
initial_sql_regress
inline_formsets
inspectdb
introspection
invalid_models
known_related_objects
logging_tests
lookup Added field.attname to Options.name_map 2013-07-31 16:02:36 +03:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail
managers_regress
many_to_many
many_to_one
many_to_one_null
many_to_one_regress
max_lengths
middleware
middleware_exceptions
model_fields Fixed #20649 -- Allowed blank field display to be defined in the initial list of choices. 2013-07-31 14:12:03 -04:00
model_forms Fixed #16986 -- Model.clean() can report errors on individual fields. 2013-08-06 02:26:51 +07:00
model_forms_regress
model_formsets
model_formsets_regress
model_inheritance
model_inheritance_regress
model_inheritance_same_model_name
model_inheritance_select_related
model_package
model_permalink
model_regress
model_validation
modeladmin Introduced ModelAdmin.get_fields() and refactored get_fieldsets() to use it. 2013-08-04 09:14:18 -04:00
multiple_database
mutually_referential
nested_foreign_keys
null_fk
null_fk_ordering
null_queries
one_to_one
one_to_one_regress
or_lookups
order_with_respect_to
ordering
pagination
prefetch_related
properties
proxy_model_inheritance
proxy_models
queries Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
queryset_pickle
raw_query
requests Fixed #19987 -- Disabled host validation when DEBUG=True. 2013-07-31 10:38:59 -04:00
requirements
reserved_names
resolve_url
responses
reverse_lookup
reverse_single_related
save_delete_hooks
select_for_update Fixed #19918 -- Modified select_for_update to run on the write database. 2013-08-06 09:50:59 -04:00
select_related
select_related_onetoone
select_related_regress
serializers
serializers_regress
servers
settings_tests
signals
signals_regress
signed_cookies_tests
signing
sites_framework
staticfiles_tests Fixed #20819 -- Return 404 instead of 500 error when `staticfiles` view is used in production. 2013-07-31 18:58:50 +10:00
str
string_lookup
swappable_models
syncdb_signals
syndication
tablespaces
template_tests
templates Added a test for AdminSite.app_index_template; refs #8498. 2013-07-31 06:59:15 -04:00
test_client
test_client_regress
test_discovery_sample
test_discovery_sample2
test_runner
test_runner_deprecation_app
test_runner_invalid_app
test_suite_override
test_utils
text
timezones
transactions
transactions_regress
unmanaged_models
update Fixed #11521 -- usage of field.attname in .update() 2013-07-31 16:02:36 +03:00
update_only_fields
urlpatterns_reverse
user_commands
utils_tests
validation
validators
version
view_tests Fixed #20822 -- Set content type of default error pages to 'text/html'. 2013-08-04 11:04:37 +02:00
wsgi
.coveragerc
runtests.py
test_sqlite.py
urls.py