..
absolute_url_overrides
admin_autodiscover
admin_changelist
admin_checks
admin_custom_urls
admin_docs
admin_filters
Fixed #26277 -- Added support for null values in ChoicesFieldListFilter.
2016-05-12 12:40:14 -04:00
admin_inlines
admin_ordering
admin_registration
admin_scripts
admin_utils
Fixed #26582 -- Added prettier admin display for list values.
2016-05-07 15:49:41 -04:00
admin_views
Fixed #26558 -- Removed need for request context processor on admin login page.
2016-05-04 09:43:24 -04:00
admin_widgets
Fixed #26612 -- Fixed SelectFilter2 buttons changing URL.
2016-05-13 09:06:20 -04:00
aggregation
aggregation_regress
annotations
app_loading
apps
auth_tests
Moved the AUTH_USER_MODEL setting changed receiver.
2016-05-18 09:56:29 -04:00
backends
Fixed #14415 -- Used the test database name in BaseDatabaseCreation.test_db_signature().
2016-05-17 21:35:36 -04:00
base
bash_completion
basic
Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs.
2016-05-18 09:27:23 -04:00
builtin_server
bulk_create
cache
check_framework
Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are set.
2016-05-17 07:24:45 -04:00
choices
conditional_processing
contenttypes_tests
Fixed #24067 -- Renamed content types upon model renaming.
2016-05-17 12:14:58 -04:00
context_processors
csrf_tests
custom_columns
custom_lookups
custom_managers
Fixed #10506 , #13793 , #14891 , #25201 -- Introduced new APIs to specify models' default and base managers.
2016-05-17 12:07:22 +07:00
custom_methods
custom_migration_operations
custom_pk
datatypes
dates
datetimes
Fixed #25774 -- Refactor datetime expressions into public API
2016-05-18 20:14:58 +10:00
db_functions
Fixed #25774 -- Refactor datetime expressions into public API
2016-05-18 20:14:58 +10:00
db_typecasts
dbshell
decorators
defer
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferred instance loading.
2016-04-29 13:06:32 -04:00
defer_regress
Refs #18100 -- Added tests for deferred model deletion signals.
2016-05-10 13:21:52 -04:00
delete
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions
Fixed #25774 -- Refactor datetime expressions into public API
2016-05-18 20:14:58 +10:00
expressions_case
extra_regress
field_deconstruction
field_defaults
field_subclassing
file_storage
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to the Storage.
2016-04-30 17:22:40 -04:00
file_uploads
Fixed #26601 -- Improved middleware per DEP 0005.
2016-05-17 07:22:22 -04:00
files
fixtures
fixtures_model_package
fixtures_regress
flatpages_tests
Refs #26601 -- Deprecated old-style middleware.
2016-05-17 07:22:26 -04:00
force_insert_update
foreign_object
forms_tests
Simplified a ClearableFileInput test.
2016-05-14 10:31:32 -04:00
from_db_value
generic_inline_admin
generic_relations
Refs #18599 -- Added a test for assigning a GenericForeignKey in Model.__init__().
2016-05-13 21:26:48 -04:00
generic_relations_regress
generic_views
get_earliest_or_latest
get_object_or_404
get_or_create
gis_tests
Refs #26333 -- Reverted inadvertent edits to fix tests.
2016-05-13 12:21:44 -04:00
handlers
Fixed #26601 -- Improved middleware per DEP 0005.
2016-05-17 07:22:22 -04:00
http_utils
Fixed #26052 -- Moved conditional_content_removal() processing to the test client.
2016-04-25 07:56:07 -04:00
httpwrappers
humanize_tests
i18n
Fixed #26601 -- Improved middleware per DEP 0005.
2016-05-17 07:22:22 -04:00
import_error_package
indexes
inline_formsets
Fixed #21332 , #26538 -- Fixed inconsistent and duplicate form fields on inline formsets.
2016-04-26 10:26:25 -04:00
inspectdb
introspection
invalid_models_tests
Fixed #26320 -- Deprecated implicit OneToOnField parent_link.
2016-04-22 12:59:41 -04:00
known_related_objects
logging_tests
Fixed #26601 -- Improved middleware per DEP 0005.
2016-05-17 07:22:22 -04:00
lookup
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail
Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the address.
2016-05-06 14:34:11 -04:00
managers_regress
Fixed #10506 , #13793 , #14891 , #25201 -- Introduced new APIs to specify models' default and base managers.
2016-05-17 12:07:22 +07:00
many_to_many
many_to_one
Fixed #10506 , #13793 , #14891 , #25201 -- Introduced new APIs to specify models' default and base managers.
2016-05-17 12:07:22 +07:00
many_to_one_null
max_lengths
messages_tests
Fixed #26601 -- Improved middleware per DEP 0005.
2016-05-17 07:22:22 -04:00
middleware
middleware_exceptions
Refs #26601 -- Deprecated old-style middleware.
2016-05-17 07:22:26 -04:00
migrate_signals
Fixed #24100 -- Made the migration signals dispatch its plan and apps.
2016-05-15 19:51:15 -04:00
migration_test_data_persistence
migrations
Fixed #20932 , #25897 -- Streamlined manager inheritance.
2016-05-17 02:29:22 +07:00
migrations2
model_fields
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
2016-05-04 20:02:01 +02:00
model_forms
Fixed docstring typos.
2016-05-02 11:43:03 -04:00
model_formsets
Fixed #22383 -- Added support for HTML5 required attribute on required form fields.
2016-04-21 19:16:38 -04:00
model_formsets_regress
model_inheritance
Fixed #24305 -- Allowed overriding fields on abstract models.
2016-05-16 07:32:21 -04:00
model_inheritance_regress
Fixed #26320 -- Deprecated implicit OneToOnField parent_link.
2016-04-22 12:59:41 -04:00
model_meta
model_options
model_package
model_permalink
model_regress
model_validation
modeladmin
Fixed #22383 -- Added support for HTML5 required attribute on required form fields.
2016-04-21 19:16:38 -04:00
multiple_database
mutually_referential
nested_foreign_keys
no_models
null_fk
null_fk_ordering
null_queries
one_to_one
Fixed #10506 , #13793 , #14891 , #25201 -- Introduced new APIs to specify models' default and base managers.
2016-05-17 12:07:22 +07:00
or_lookups
order_with_respect_to
ordering
pagination
postgres_tests
Fixed #24938 -- Added PostgreSQL trigram support.
2016-05-13 12:38:21 -04:00
prefetch_related
Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.
2016-05-03 09:28:31 -04:00
project_template
Fixed #26601 -- Improved middleware per DEP 0005.
2016-05-17 07:22:22 -04:00
properties
proxy_model_inheritance
proxy_models
Fixed #10506 , #13793 , #14891 , #25201 -- Introduced new APIs to specify models' default and base managers.
2016-05-17 12:07:22 +07:00
queries
Fixed #25774 -- Refactor datetime expressions into public API
2016-05-18 20:14:58 +10:00
queryset_pickle
raw_query
redirects_tests
Refs #26601 -- Deprecated old-style middleware.
2016-05-17 07:22:26 -04:00
requests
Fixed #21231 -- Enforced a max size for GET/POST values read into memory.
2016-05-12 10:17:52 -04:00
requirements
Refs #26033 -- Added password hasher support for Argon2 v1.3.
2016-04-25 21:17:53 -04:00
reserved_names
resolve_url
responses
reverse_lookup
save_delete_hooks
schema
Fixed #25005 -- Made date and time fields with auto_now/auto_now_add use effective default.
2016-05-09 07:48:40 -04:00
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers
Fixed #26320 -- Deprecated implicit OneToOnField parent_link.
2016-04-22 12:59:41 -04:00
servers
sessions_tests
Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a KeyError.
2016-04-20 13:06:47 -04:00
settings_tests
Fixed #26427 -- Ensured deleted setting doesn't appear in dir(settings)
2016-04-23 16:01:16 +02:00
shell
shortcuts
signals
signed_cookies_tests
signing
sitemaps_tests
sites_framework
sites_tests
Fixed #24075 -- Used post-migration models in contrib apps receivers.
2016-05-15 19:51:16 -04:00
staticfiles_tests
Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list
2016-04-22 09:56:06 +02:00
str
string_lookup
swappable_models
syndication_tests
template_backends
template_loader
template_tests
Refs #26601 -- Deprecated old-style middleware.
2016-05-17 07:22:26 -04:00
templates
test_client
Fixed #26601 -- Improved middleware per DEP 0005.
2016-05-17 07:22:22 -04:00
test_client_regress
test_discovery_sample
test_discovery_sample2
test_exceptions
test_runner
test_utils
timezones
transaction_hooks
Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make transactions.
2016-05-18 09:09:48 -04:00
transactions
unmanaged_models
update
update_only_fields
urlpatterns_reverse
Fixed #26601 -- Improved middleware per DEP 0005.
2016-05-17 07:22:22 -04:00
user_commands
utils_tests
Fixed #24046 -- Deprecated the "escape" half of utils.safestring.
2016-05-10 12:46:47 -04:00
validation
Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for form/model fields.
2016-04-22 09:38:47 +07:00
validators
version
view_tests
Refs #26601 -- Deprecated old-style middleware.
2016-05-17 07:22:26 -04:00
wsgi
.coveragerc
README.rst
runtests.py
Fixed #26601 -- Improved middleware per DEP 0005.
2016-05-17 07:22:22 -04:00
test_sqlite.py
urls.py