.. |
absolute_url_overrides
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 anni fa |
admin_autodiscover
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
admin_changelist
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
admin_checks
|
ece78684d9
Fixed #25267 -- Corrected message for admin.E122 system check.
|
9 anni fa |
admin_custom_urls
|
1e82094f1b
Fixed #21927 -- Made application and instance namespaces more distinct.
|
9 anni fa |
admin_docs
|
5153a3bfdc
Fixed #25331 -- Removed trailing blank lines in docstrings.
|
9 anni fa |
admin_filters
|
064d4b1cb0
Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatibility.
|
9 anni fa |
admin_inlines
|
86cd89095a
Fixed #25348 -- Removed unused gif/png images from contrib.admin.
|
9 anni fa |
admin_ordering
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
admin_registration
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 anni fa |
admin_scripts
|
2145607d1d
Removed some test settings following removal of compatibility checks.
|
9 anni fa |
admin_utils
|
86cd89095a
Fixed #25348 -- Removed unused gif/png images from contrib.admin.
|
9 anni fa |
admin_views
|
d5bac7e449
Fixed #25353 -- Changed LogEntry.action_time to a "date created".
|
9 anni fa |
admin_widgets
|
7ac0cd445e
Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18.
|
9 anni fa |
aggregation
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
aggregation_regress
|
3e1bb5cfb8
Refs #14476 -- Added a test for default annotation name access in aggregate.
|
9 anni fa |
annotations
|
1f7b25c1a7
Fixed #24986 -- Added support for annotations in DISTINCT queries.
|
9 anni fa |
app_loading
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
apps
|
6a98396b9d
Fixed #25246 -- Guarded against duplicate paths in AppConfig.
|
9 anni fa |
auth_tests
|
39b55537ec
Added two more tests for user-entered passwords when creating a superuser.
|
9 anni fa |
backends
|
5153a3bfdc
Fixed #25331 -- Removed trailing blank lines in docstrings.
|
9 anni fa |
base
|
1716b7ce5a
Renamed AppCache to Apps.
|
11 anni fa |
bash_completion
|
7e8cf74dc7
Removed support for syncing apps without migrations per deprecation timeline.
|
10 anni fa |
basic
|
491d01b7e9
Tweak some examples.
|
9 anni fa |
builtin_server
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
bulk_create
|
9a5cfa05a0
Fixed #24997 -- Enabled bulk_create() on proxy models
|
9 anni fa |
cache
|
5153a3bfdc
Fixed #25331 -- Removed trailing blank lines in docstrings.
|
9 anni fa |
check_framework
|
01b2b0b654
Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.
|
9 anni fa |
choices
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
conditional_processing
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 anni fa |
contenttypes_tests
|
7bec480fe2
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
|
9 anni fa |
context_processors
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 anni fa |
createsuperuser
|
494ba051bb
Made testing of stdout and stderr more consistent.
|
10 anni fa |
csrf_tests
|
e687794f6b
Cleaned up docstrings in csrf_tests/tests.py.
|
9 anni fa |
custom_columns
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
custom_lookups
|
13dca01af0
Replaced try..except blocks by context manager in custom lookups tests
|
9 anni fa |
custom_managers
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
custom_methods
|
491d01b7e9
Tweak some examples.
|
9 anni fa |
custom_migration_operations
|
862ea825b5
Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are not explicitly deconstructed
|
10 anni fa |
custom_pk
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
datatypes
|
d91321e8be
Used assertIsInstance in tests.
|
10 anni fa |
dates
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
datetimes
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
db_functions
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
db_typecasts
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
dbshell
|
ec9004728e
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
|
9 anni fa |
decorators
|
3bdaaf6777
Fixed #25146 -- Allowed method_decorator() to decorate classes.
|
9 anni fa |
defer
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
defer_regress
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
delete
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
delete_regress
|
5153a3bfdc
Fixed #25331 -- Removed trailing blank lines in docstrings.
|
9 anni fa |
deprecation
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 anni fa |
dispatch
|
d91321e8be
Used assertIsInstance in tests.
|
10 anni fa |
distinct_on_fields
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
empty
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 anni fa |
expressions
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
expressions_case
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
extra_regress
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
field_deconstruction
|
8e631a3175
Refs #24590 -- Ensured isolation between autodetector tests
|
9 anni fa |
field_defaults
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 anni fa |
field_subclassing
|
04e69598de
Refs #24919 -- Made test models serializable for migrations.
|
9 anni fa |
file_storage
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 anni fa |
file_uploads
|
6e3fe089dd
Replaced six.BytesIO with io.BytesIO
|
9 anni fa |
files
|
e93e0c03b2
Fixed #24963 -- Added File.seekable() on Python 3.
|
9 anni fa |
fixtures
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
fixtures_model_package
|
4aa089a9a9
Removed support for custom SQL per deprecation timeline.
|
10 anni fa |
fixtures_regress
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
flatpages_tests
|
5153a3bfdc
Fixed #25331 -- Removed trailing blank lines in docstrings.
|
9 anni fa |
force_insert_update
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
foreign_object
|
98bcdfa8bd
Fixed #25064 -- Allowed empty join columns.
|
9 anni fa |
forms_tests
|
4c30fa905d
Rewrote form widget tests as proper unittests.
|
9 anni fa |
from_db_value
|
64a4211aa8
Refs #9619 -- Fixed failing test case
|
9 anni fa |
generic_inline_admin
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
generic_relations
|
5980b05c1f
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
|
9 anni fa |
generic_relations_regress
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
generic_views
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 anni fa |
get_earliest_or_latest
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
get_object_or_404
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
get_or_create
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
gis_tests
|
8a780ec847
Fixed GeoIP test crash when dependencies not installed.
|
9 anni fa |
handlers
|
2f615b10e6
Fixed #24829 -- Allowed use of TemplateResponse in view error handlers.
|
9 anni fa |
http_utils
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 anni fa |
httpwrappers
|
d0bd533043
Fixed #25254 -- Added JsonResponse json_dumps_params parameter.
|
9 anni fa |
humanize_tests
|
8192a164de
Moved contrib.humanize tests out of contrib.
|
10 anni fa |
i18n
|
e7b7f94678
Fixed #25297 -- Allowed makemessages to work with {% trans %} tags that use template filters.
|
9 anni fa |
import_error_package
|
c0cc8f69e7
Refactored tests that rely on an ImportError for Python 3.5 compatibility
|
10 anni fa |
indexes
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
inline_formsets
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
inspectdb
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
introspection
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
invalid_models_tests
|
4bc00defd0
Fixed #14217 -- Added validation for field name collision when using model inheritance.
|
9 anni fa |
known_related_objects
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
logging_tests
|
cf29b6b561
Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.
|
9 anni fa |
lookup
|
627c7eb7bf
Fixed #25335 -- Fixed regression where QuerySet.iterator() didn't return an iterator.
|
9 anni fa |
m2m_and_m2o
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
m2m_intermediary
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
m2m_multiple
|
491d01b7e9
Tweak some examples.
|
9 anni fa |
m2m_recursive
|
2f3a4cd573
Removed numbering from the models.py header of some test packages.
|
10 anni fa |
m2m_regress
|
4ee08958f1
Fixed #24505 -- Fixed clash with hidden m2m fields.
|
10 anni fa |
m2m_signals
|
82ec05fcc9
Refs #18586 -- Split up tests/m2m_signals
|
10 anni fa |
m2m_through
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
m2m_through_regress
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
m2o_recursive
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
mail
|
c6da621def
Fixed #24623 -- Fixed EmailMessage.attach_file() with text files on Python 3.
|
9 anni fa |
managers_regress
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
many_to_many
|
f7b2978158
Fixed #24156 -- Fixed inherited related name of ManyToManyField.
|
10 anni fa |
many_to_one
|
5980b05c1f
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
|
9 anni fa |
many_to_one_null
|
adc0c4fbac
Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.
|
9 anni fa |
max_lengths
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
messages_tests
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 anni fa |
middleware
|
4ce433e811
Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when Referer = URL.
|
9 anni fa |
middleware_exceptions
|
f5d5867a4a
Fixed #24877 -- Added middleware handling of response.render() errors.
|
9 anni fa |
migrate_signals
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
migration_test_data_persistence
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
migrations
|
e34226fc37
Fixed #25259 -- Added comments to header of generated migration files
|
9 anni fa |
migrations2
|
d7ab2cefb7
Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations."
|
10 anni fa |
model_fields
|
064d4b1cb0
Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatibility.
|
9 anni fa |
model_forms
|
f2b665f886
Fixed #25241 -- Corrected ModelForm.save() error message when saving invalid form with UUIDField pk.
|
9 anni fa |
model_formsets
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
model_formsets_regress
|
5153a3bfdc
Fixed #25331 -- Removed trailing blank lines in docstrings.
|
9 anni fa |
model_inheritance
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
model_inheritance_regress
|
7eb513ab0f
Refs #21554 -- Added some assertions to a model_inheritance_regress test.
|
9 anni fa |
model_meta
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
model_options
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
model_package
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
model_permalink
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 anni fa |
model_regress
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
model_validation
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
modeladmin
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
multiple_database
|
adc0c4fbac
Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.
|
9 anni fa |
mutually_referential
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
nested_foreign_keys
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
no_models
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 anni fa |
null_fk
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
null_fk_ordering
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
null_queries
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
one_to_one
|
333cbdcd2d
Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/primary key.
|
9 anni fa |
or_lookups
|
2f3a4cd573
Removed numbering from the models.py header of some test packages.
|
10 anni fa |
order_with_respect_to
|
7bec480fe2
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
|
9 anni fa |
ordering
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
pagination
|
b91a2a499f
Fixed #23190 -- Made Paginator.page_range an iterator
|
9 anni fa |
postgres_tests
|
dad8434d6f
Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes for ArrayField.
|
9 anni fa |
prefetch_related
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
project_template
|
7f1168e387
Removed support for Python 3.3.
|
9 anni fa |
properties
|
2f3a4cd573
Removed numbering from the models.py header of some test packages.
|
10 anni fa |
proxy_model_inheritance
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
proxy_models
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
queries
|
2dc9ec5616
Fixed #24525 -- Fixed AssertionError in some complex queries.
|
9 anni fa |
queryset_pickle
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
raw_query
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
redirects_tests
|
00da46091a
Moved contrib.redirects tests out of contrib.
|
10 anni fa |
requests
|
cf29b6b561
Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.
|
9 anni fa |
requirements
|
7f0953ce1f
Fixed #25184 -- Added support for MaxMind GeoLite2 database format
|
9 anni fa |
reserved_names
|
2f3a4cd573
Removed numbering from the models.py header of some test packages.
|
10 anni fa |
resolve_url
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 anni fa |
responses
|
c96f11257b
Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses.
|
9 anni fa |
reverse_lookup
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
save_delete_hooks
|
2f3a4cd573
Removed numbering from the models.py header of some test packages.
|
10 anni fa |
schema
|
12f91f6ebd
Used skipUnlessDBFeature where appropriate.
|
9 anni fa |
select_for_update
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
select_related
|
cbcf78fa94
Fixed #25252 -- Added friendly error message on incorrect .select_related() use
|
9 anni fa |
select_related_onetoone
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
select_related_regress
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
serializers
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
serializers_regress
|
5153a3bfdc
Fixed #25331 -- Removed trailing blank lines in docstrings.
|
9 anni fa |
servers
|
1a76257b1b
Fixed #25204 -- Added missing space in runserver logging.
|
9 anni fa |
sessions_tests
|
22bb548900
Fixed #22634 -- Made the database-backed session backends more extensible.
|
9 anni fa |
settings_tests
|
5153a3bfdc
Fixed #25331 -- Removed trailing blank lines in docstrings.
|
9 anni fa |
shortcuts
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 anni fa |
signals
|
f957e2b04c
Added a test for model pre/post_init signals.
|
10 anni fa |
signed_cookies_tests
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 anni fa |
signing
|
0d71349773
Fixed #22804 -- Added warning for unsafe value of 'sep' in Signer
|
9 anni fa |
sitemaps_tests
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 anni fa |
sites_framework
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
sites_tests
|
0d97e73d95
Fixed reverse sites_tests failures introduced in refs #24834.
|
9 anni fa |
staticfiles_tests
|
b40c551fdf
Fixed some unclosed objects in tests
|
9 anni fa |
str
|
491d01b7e9
Tweak some examples.
|
9 anni fa |
string_lookup
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
swappable_models
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
syndication_tests
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
template_backends
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 anni fa |
template_loader
|
adff499e47
Fixed #24119, #24120 -- Formalized debug integration for template backends.
|
10 anni fa |
template_tests
|
b7508896fb
Fixed #24257 -- Corrected i18n handling of percent signs.
|
9 anni fa |
templates
|
1827aa9024
Cleaned up template loader tests.
|
10 anni fa |
test_client
|
7fa1dd8a80
Fixed #25163 -- Fixed exception handling in nested test client requests.
|
9 anni fa |
test_client_regress
|
434d309ef6
Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in CommonMiddleware.
|
9 anni fa |
test_discovery_sample
|
bc6caa5d45
Made a doctest compatible with Python 2
|
10 anni fa |
test_discovery_sample2
|
e22c64dfc0
Fixed #23742 -- Added an option to reverse tests order.
|
10 anni fa |
test_exceptions
|
cfa26f29bd
Reduced reduce() usage; refs #23796.
|
10 anni fa |
test_runner
|
c4bdf52005
Moved an import to the toplevel.
|
9 anni fa |
test_runner_deprecation_app
|
0c6a339952
Avoided changing raw DeprecationWarning filter behavior
|
11 anni fa |
test_utils
|
d3fdaf907d
Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollback.
|
9 anni fa |
timezones
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
transaction_hooks
|
00a1d4d042
Fixed #21803 -- Added support for post-commit callbacks
|
9 anni fa |
transactions
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 anni fa |
unmanaged_models
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
update
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
update_only_fields
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
urlpatterns_reverse
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 anni fa |
user_commands
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 anni fa |
utils_tests
|
b79fc11d73
Made the autoreloader survive all exceptions.
|
9 anni fa |
validation
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 anni fa |
validators
|
c92cd22d02
Refs #25345 -- Updated links to code.google.com.
|
9 anni fa |
version
|
66ec9ee441
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
|
11 anni fa |
view_tests
|
cf29b6b561
Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.
|
9 anni fa |
webdesign_tests
|
8ec306a3a9
Moved contrib.webdesign tests out of contrib.
|
10 anni fa |
wsgi
|
5153a3bfdc
Fixed #25331 -- Removed trailing blank lines in docstrings.
|
9 anni fa |
.coveragerc
|
f6259ce776
Fixed #25209 -- Removed parallel=True coverage option
|
9 anni fa |
README.rst
|
82e4f956e3
Fixed #23289 -- Added mock as a test dependency.
|
10 anni fa |
runtests.py
|
22bb548900
Fixed #22634 -- Made the database-backed session backends more extensible.
|
9 anni fa |
test_sqlite.py
|
23a5ec0782
Added trailing comma.
|
10 anni fa |
urls.py
|
d73d0e071c
Fixed #22218 -- Deprecated django.conf.urls.patterns.
|
11 anni fa |