..
absolute_url_overrides
admin_autodiscover
admin_changelist
Fixed #28958 -- Fixed admin changelist crash when using a query expression in the page's ordering.
2017-12-27 18:38:30 +01:00
admin_checks
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
2017-11-06 22:41:03 -05:00
admin_custom_urls
admin_docs
admin_filters
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01:00
admin_inlines
Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media before its formset's Media.
2017-11-30 20:15:28 -05:00
admin_ordering
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01:00
admin_registration
admin_scripts
Refs #23919 -- Removed obsolete __init__.py files in management command directories.
2018-01-03 11:02:26 -05:00
admin_utils
Fixed #28986 -- Prevented boolean values in admin list display from being formatted with thousand separators.
2018-01-03 15:02:06 -05:00
admin_views
Fixed #28517 -- Fixed admin delete confirmation view crash when related models don't have a delete permission.
2018-01-04 19:07:46 -05:00
admin_widgets
Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another" inlines.
2017-12-01 22:14:32 -05:00
aggregation
aggregation_regress
annotations
Fixed #28811 -- Fixed crash when combining regular and group by annotations.
2018-01-03 08:24:16 -05:00
app_loading
apps
auth_tests
Fixed #28982 -- Simplified code with and/or.
2018-01-03 20:12:23 -05:00
backends
Fixed #28893 -- Removed unnecessary dict.items() calls.
2017-12-06 17:17:59 -05:00
base
bash_completion
Refs #23919 -- Removed obsolete __init__.py files in management command directories.
2018-01-03 11:02:26 -05:00
basic
builtin_server
bulk_create
cache
Fixed #28760 -- Removed DummyCache's unnecessary get/set/delete_many().
2017-10-31 12:16:09 -04:00
check_framework
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01:00
choices
conditional_processing
contenttypes_tests
context_processors
csrf_tests
custom_columns
custom_lookups
Refs #27985 -- Reallowed using __exact=None as an alias for __isnull=True if a custom lookup class with lookup_name != None is registered as the exact lookup.
2017-12-12 17:11:58 -10:00
custom_managers
Fixed #28918 -- Fixed Model.refresh_from_db() for instances hidden by the default manager.
2017-12-30 18:00:36 -05:00
custom_methods
custom_migration_operations
custom_pk
datatypes
dates
datetimes
db_functions
Fixed #28967 -- Prevented Cast to FloatField from rounding to integer on MySQL.
2017-12-27 19:16:37 -05:00
db_typecasts
db_utils
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
2017-11-28 11:28:09 -05:00
dbshell
decorators
defer
defer_regress
delete
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions
Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite and MySQL.
2017-12-28 17:35:41 -05:00
expressions_case
Fixed #28731 -- Added an error message when using an empty Q() in a When expression.
2017-12-26 10:39:47 -05:00
expressions_window
extra_regress
field_deconstruction
Fixed #28937 -- Allowed BinaryField to be editable=True.
2017-12-22 16:31:46 -05:00
field_defaults
field_subclassing
file_storage
file_uploads
files
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
2017-11-06 22:41:03 -05:00
filtered_relation
Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.
2017-10-28 20:33:42 -04:00
fixtures
Fixed #28982 -- Simplified code with and/or.
2018-01-03 20:12:23 -05:00
fixtures_model_package
fixtures_regress
flatpages_tests
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01:00
force_insert_update
foreign_object
forms_tests
Fixed #28874 -- Prevented double escaping of errors on hidden form fields.
2017-12-11 07:30:47 -05:00
from_db_value
generic_inline_admin
Moved generic_inlineformset_factory() tests to a separate file.
2017-12-28 17:17:47 -05:00
generic_relations
Fixed #14642 -- Fixed generic inline formsets crash when using save_as_new=True.
2017-12-30 11:38:11 -05:00
generic_relations_regress
Refs #28856 -- Added test for caching of a GenericForeignKey pointing to a model that uses more than one level of MTI.
2017-12-08 14:06:28 -05:00
generic_views
Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMixin doesn't generate any template names.
2017-11-07 18:46:52 -05:00
get_earliest_or_latest
get_object_or_404
get_or_create
gis_tests
Fixed #28982 -- Simplified code with and/or.
2018-01-03 20:12:23 -05:00
handlers
httpwrappers
humanize_tests
i18n
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01:00
import_error_package
indexes
inline_formsets
inspectdb
Fixed #28984 -- Made assorted code simplifications.
2018-01-03 13:24:02 -05:00
introspection
Fixed #28893 -- Removed unnecessary dict.items() calls.
2017-12-06 17:17:59 -05:00
invalid_models_tests
Fixed #28867 -- Added system check for a model property that clashes with a related field accessor.
2018-01-03 10:34:31 -05:00
known_related_objects
logging_tests
lookup
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01:00
m2m_through_regress
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
2017-11-06 22:41:03 -05:00
m2o_recursive
mail
Fixed #28912 -- Made EmailMessage.message() omit an empty To header.
2017-12-30 09:38:03 -05:00
managers_regress
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
2017-11-06 22:41:03 -05:00
many_to_many
Fixed typo in tests/many_to_many/tests.py.
2017-10-31 10:21:02 -04:00
many_to_one
Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a primary key assignment.
2017-11-09 11:40:34 -05:00
many_to_one_null
max_lengths
messages_tests
Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231.
2018-01-02 11:22:59 -05:00
middleware
middleware_exceptions
migrate_signals
migration_test_data_persistence
migrations
Fixed #25817 -- Made RenameField repoint to_field/to_fields references.
2017-12-30 14:59:22 -05:00
migrations2
model_fields
Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite and MySQL.
2017-12-28 17:35:41 -05:00
model_forms
model_formsets
model_formsets_regress
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01:00
model_indexes
Refs #28876 -- Fixed incorrect class-based model index name generation for models with quoted db_table.
2017-12-05 21:05:10 +01:00
model_inheritance
Fixed #28834 -- Followed ancestor links on field cache lookup failure.
2017-11-29 01:28:39 -05:00
model_inheritance_regress
model_meta
Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future for backwards compatibility.
2017-10-31 13:22:27 -04:00
model_options
model_package
model_regress
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
2017-11-06 22:41:03 -05:00
modeladmin
Fixed #28984 -- Made assorted code simplifications.
2018-01-03 13:24:02 -05:00
multiple_database
Fixed #28982 -- Simplified code with and/or.
2018-01-03 20:12:23 -05:00
mutually_referential
nested_foreign_keys
no_models
null_fk
null_fk_ordering
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01:00
null_queries
one_to_one
Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a primary key assignment.
2017-11-09 11:40:34 -05:00
or_lookups
order_with_respect_to
ordering
Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered subquery that uses nulls_first/nulls_last.
2017-11-27 11:35:44 -05:00
pagination
postgres_tests
Fixed #28908 -- Allowed ArrayField lookups on ArrayAgg annotations.
2017-12-30 14:46:52 -05:00
prefetch_related
Fixed #28723 -- Fixed RelatedManager's prefetch_related() cache name.
2017-11-02 10:06:00 -04:00
project_template
properties
proxy_model_inheritance
proxy_models
Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy models.
2017-11-21 12:11:47 -05:00
queries
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01:00
queryset_pickle
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01:00
raw_query
redirects_tests
requests
Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231.
2018-01-02 11:22:59 -05:00
requirements
Fixed #25277 -- Restored test dependency to the original python-memcached.
2017-12-18 10:37:43 -10:00
reserved_names
resolve_url
responses
reverse_lookup
save_delete_hooks
schema
Refs #28930 -- Simplified schemas test with any().
2018-01-02 10:11:48 -05:00
select_for_update
Fixed #28944 -- Fixed crash when chaining values()/values_list() after QuerySet.select_for_update(of=()).
2017-12-26 11:41:17 -05:00
select_related
select_related_onetoone
Fixed #28834 -- Followed ancestor links on field cache lookup failure.
2017-11-29 01:28:39 -05:00
select_related_regress
serializers
Fixed #28984 -- Made assorted code simplifications.
2018-01-03 13:24:02 -05:00
servers
sessions_tests
Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231.
2018-01-02 11:22:59 -05:00
settings_tests
shell
shortcuts
signals
signed_cookies_tests
signing
sitemaps_tests
sites_framework
sites_tests
staticfiles_tests
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01:00
str
string_lookup
swappable_models
syndication_tests
template_backends
template_loader
template_tests
Refs #28721 -- Added test for variations of 'inf'/'infinity' as a template variable names.
2017-10-21 20:55:26 -04:00
templates
test_client
Fixed #28837 -- Fixed test client crash if an exception with more than one arg is raised.
2017-11-28 18:55:23 -05:00
test_client_regress
test_exceptions
test_runner
Reorganized test_runner test apps.
2018-01-04 15:41:33 -05:00
test_runner_apps
Reorganized test_runner test apps.
2018-01-04 15:41:33 -05:00
test_utils
timezones
transaction_hooks
transactions
unmanaged_models
update
update_only_fields
urlpatterns
Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str.
2017-12-20 20:36:41 -05:00
urlpatterns_reverse
user_commands
Refs #23919 -- Removed obsolete __init__.py files in management command directories.
2018-01-03 11:02:26 -05:00
utils_tests
Refs #28965 -- Deprecated unused django.utils.http.cookie_date().
2018-01-02 11:23:04 -05:00
validation
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01:00
validators
version
view_tests
Refs #15902 -- Made set_language() view always set the current language in a cookie.
2018-01-03 11:25:40 -05:00
wsgi
.coveragerc
README.rst
runtests.py
Reorganized test_runner test apps.
2018-01-04 15:41:33 -05:00
test_sqlite.py
urls.py