.. |
absolute_url_overrides
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
admin_autodiscover
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
admin_changelist
|
d2b688b966
Fixed #1873 -- Handled multi-valued query parameters in admin changelist filters.
|
2 years ago |
admin_checks
|
89c27d8672
Fixed #34601 -- Added field name to check message for ModelAdmin.readonly_fields.
|
1 year ago |
admin_custom_urls
|
d80a258553
Fixed #33028 -- Used ModelAdmin's opts attribute instead of model._meta.
|
2 years ago |
admin_default_site
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
admin_docs
|
cd413bd78a
Fixed #34621 -- Made admin site header render in <div> tag.
|
1 year ago |
admin_filters
|
d2b688b966
Fixed #1873 -- Handled multi-valued query parameters in admin changelist filters.
|
2 years ago |
admin_inlines
|
d687febce5
Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields on the same line.
|
2 years ago |
admin_ordering
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
admin_registration
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 years ago |
admin_scripts
|
a18d20ca97
Fixed #32813 -- Made runserver display port after binding.
|
2 years ago |
admin_utils
|
d2b688b966
Fixed #1873 -- Handled multi-valued query parameters in admin changelist filters.
|
2 years ago |
admin_views
|
3f1bc2222f
Fixed #34656 -- Fixed unclosed div in admin password change template.
|
1 year ago |
admin_widgets
|
0cfcab4eec
Fixed date_time_picker_shortcuts() tests on Windows.
|
1 year ago |
aggregation
|
e5c844d6f2
Fixed #34551 -- Fixed QuerySet.aggregate() crash when referencing subqueries.
|
1 year ago |
aggregation_regress
|
dd68af62b2
Fixed #34176 -- Fixed grouping by ambiguous aliases.
|
2 years ago |
annotations
|
cb13792938
Fixed #34437 -- Made values() resolving error mention selected annotations.
|
2 years ago |
app_loading
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 years ago |
apps
|
5820fc4485
Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache.
|
1 year ago |
asgi
|
1d1ddffc27
Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.
|
2 years ago |
async
|
5e98959d92
Fixed #34391 -- Added async-compatible interface to auth functions and related methods test clients.
|
1 year ago |
auth_tests
|
5e98959d92
Fixed #34391 -- Added async-compatible interface to auth functions and related methods test clients.
|
1 year ago |
backends
|
a6d30f5012
Fixed #34671 -- Fixed collation introspection for views and materialized views on Oracle.
|
1 year ago |
base
|
cde31daf88
Sorted imports per isort 4.2.9.
|
7 years ago |
bash_completion
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
basic
|
7414704e88
Fixed #470 -- Added support for database defaults on fields.
|
1 year ago |
builtin_server
|
b47f2f5b90
Fixed #33865 -- Optimized LimitedStream wrapper.
|
2 years ago |
bulk_create
|
72a86ceb33
Fixed #34558 -- Fixed QuerySet.bulk_create() crash with Now() on Oracle.
|
1 year ago |
cache
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
check_framework
|
f71b0cf769
Refs #32987 -- Relaxed system check for template tag modules with the same name by turning into a warning.
|
2 years ago |
conditional_processing
|
9bd174b9a7
Updated documentation and comments for RFC updates.
|
2 years ago |
constraints
|
2c428b37ae
Refs #34338 -- Fixed isolation of constraints tests.
|
2 years ago |
contenttypes_tests
|
a52bdea5a2
Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().
|
2 years ago |
context_processors
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
csrf_tests
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
custom_columns
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
custom_lookups
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
custom_managers
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
custom_methods
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
custom_migration_operations
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
custom_pk
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
datatypes
|
bb61f0186d
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
|
3 years ago |
dates
|
d795259ea9
Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() where appropriate.
|
2 years ago |
datetimes
|
e6f82438d4
Refs #32365 -- Removed support for pytz timezones per deprecation timeline.
|
2 years ago |
db_functions
|
91be6e1818
Fixed #34606 -- Fixed Right() function with zero length on Oracle and SQLite.
|
1 year ago |
db_typecasts
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
db_utils
|
09ffc5c121
Fixed #33308 -- Added support for psycopg version 3.
|
2 years ago |
dbshell
|
f5b39b77e3
Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling CommandError.
|
1 year ago |
decorators
|
3152f9de47
Refs #31949 -- Made http decorators to work with async functions.
|
1 year ago |
defer
|
87c63bd8df
Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.
|
2 years ago |
defer_regress
|
2cf76f2d5d
Fixed #34612 -- Fixed QuerySet.only() crash on reverse relationships.
|
1 year ago |
delete
|
6e9e7ec472
Fixed random delete.tests.DeletionTests.test_deletion_order failures.
|
2 years ago |
delete_regress
|
0b0998dc15
Fixed #33759 -- Avoided unnecessary subquery in QuerySet.delete() with self-referential subqueries if supported.
|
1 year ago |
deprecation
|
e01970e9d2
Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecation timeline.
|
2 years ago |
dispatch
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
distinct_on_fields
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
empty
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 years ago |
empty_models
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
expressions
|
94ad46e9d8
Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when nulls_first/nulls_last=False is passed.
|
2 years ago |
expressions_case
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
expressions_window
|
c67ea79aa9
Fixed #34368 -- Made subquery raise NotSupportedError when referencing outer window expression.
|
2 years ago |
extra_regress
|
a40b0103bc
Fixed #30382 -- Allowed specifying parent classes in force_insert of Model.save().
|
1 year ago |
field_deconstruction
|
1e2e1be02b
Fixed #33515 -- Prevented recreation of migration for ManyToManyField to lowercased swappable setting.
|
3 years ago |
field_defaults
|
7414704e88
Fixed #470 -- Added support for database defaults on fields.
|
1 year ago |
field_subclassing
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
file_storage
|
f9f9215d3e
Fixed some typos in comments, docstrings, and tests.
|
2 years ago |
file_uploads
|
32940d390a
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
|
2 years ago |
files
|
64e5ef1f17
Fixed #29027 -- Fixed file_move_safe() crash when moving files with SELinux.
|
2 years ago |
filtered_relation
|
d660cee5bc
Fixed #33766 -- Resolved FilteredRelation.condition at referencing time.
|
1 year ago |
fixtures
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
fixtures_model_package
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
fixtures_regress
|
f9f9215d3e
Fixed some typos in comments, docstrings, and tests.
|
2 years ago |
flatpages_tests
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 years ago |
force_insert_update
|
a40b0103bc
Fixed #30382 -- Allowed specifying parent classes in force_insert of Model.save().
|
1 year ago |
foreign_object
|
8b1ff0da4b
Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns() methods.
|
1 year ago |
forms_tests
|
1fe0b167af
Fixed #34473 -- Fixed step validation for form fields with non-zero minimum value.
|
1 year ago |
from_db_value
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
generic_inline_admin
|
7bbbadc693
Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.
|
1 year ago |
generic_relations
|
c5808470aa
Fixed #34280 -- Allowed specifying different field values for create operation in QuerySet.update_or_create().
|
2 years ago |
generic_relations_regress
|
9bbf97bcdb
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation relation on PostgreSQL.
|
1 year ago |
generic_views
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
get_earliest_or_latest
|
d287294885
Fixed #33772 -- Added QuerySet.first()/last() error message on unordered queryset with aggregation.
|
2 years ago |
get_object_or_404
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 years ago |
get_or_create
|
c5808470aa
Fixed #34280 -- Allowed specifying different field values for create operation in QuerySet.update_or_create().
|
2 years ago |
gis_tests
|
953f29f700
Fixed #34572 -- Added support for GDAL 3.7.
|
1 year ago |
handlers
|
041b0a359a
Fixed #34394 -- Added FORCE_SCRIPT_NAME handling to ASGIRequest.
|
1 year ago |
httpwrappers
|
26a395f27d
Refs #34233 -- Used aiter() and anext().
|
2 years ago |
humanize_tests
|
8d67e16493
Fixed #33879 -- Improved timesince handling of long intervals.
|
2 years ago |
i18n
|
0e444e84f8
Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used.
|
1 year ago |
import_error_package
|
c0cc8f69e7
Refactored tests that rely on an ImportError for Python 3.5 compatibility
|
10 years ago |
indexes
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
inline_formsets
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 years ago |
inspectdb
|
f8172f45fc
Fixed #34587 -- Allowed customizing table name normalization in inspectdb command.
|
1 year ago |
introspection
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
invalid_models_tests
|
82a588a6bc
Fixed #34634 -- Adjusted system check for clashing fields to warn about links to common parent for MTI models.
|
1 year ago |
known_related_objects
|
d3c93cdc59
Fixed #34227 -- Fixed QuerySet.select_related() with multi-level FilteredRelation.
|
2 years ago |
logging_tests
|
99bd5fb4c2
Refs #34074 -- Used headers argument for RequestFactory and Client in docs and tests.
|
2 years ago |
lookup
|
4f6a51dfe6
Fixed lookup.tests.LookupTests.test_exclude() on PostgreSQL 16 beta 1.
|
1 year ago |
m2m_and_m2o
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
m2m_intermediary
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
m2m_multiple
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
m2m_recursive
|
1760ad4e8c
Relaxed some query ordering assertions in various tests.
|
2 years ago |
m2m_regress
|
5e0aa362d9
Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
|
2 years ago |
m2m_signals
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
m2m_through
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
m2m_through_regress
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 years ago |
m2o_recursive
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
mail
|
9bd174b9a7
Updated documentation and comments for RFC updates.
|
2 years ago |
managers_regress
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 years ago |
many_to_many
|
40a2c811e3
Refs #26706, Refs #34633 -- Added test for prefetch_related() cache invalidation in ManyRelatedManager.create().
|
1 year ago |
many_to_one
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
many_to_one_null
|
7ba6ebe914
Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many relations for unsaved instances.
|
3 years ago |
max_lengths
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
messages_tests
|
21757bbdcd
Refs #28948 -- Removed superfluous messages from cookie through bisect.
|
2 years ago |
middleware
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
middleware_exceptions
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
migrate_signals
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
migration_test_data_persistence
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
migrations
|
21e6864715
Fixed RecorderTests.test_has_table_cached() on databases that perform multiple queries when introspecting tables.
|
1 year ago |
migrations2
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
model_enums
|
2eb1f37260
Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.11.4+.
|
2 years ago |
model_fields
|
bcacc6321a
Refs #34517 -- Restored skipping ImageFileField.update_dimension_fields without width/height fields.
|
1 year ago |
model_forms
|
7bbbadc693
Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.
|
1 year ago |
model_formsets
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
model_formsets_regress
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
model_indexes
|
de1c8320ce
Fixed #33773 -- Made Index with multiple fields respect DEFAULT_INDEX_TABLESPACE.
|
2 years ago |
model_inheritance
|
1754c2c802
Refs #34634 -- Fixed creating diamond-shaped MTI objects with ancestors inherited from different paths.
|
1 year ago |
model_inheritance_regress
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
model_meta
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
model_options
|
c773d5794e
Refs #27236 -- Reverted AlterIndexTogether deprecation.
|
2 years ago |
model_package
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
model_regress
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
model_utils
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
modeladmin
|
107865780a
Fixed #34345 -- Added system check for ManyToManyFields with intermediate tables in ModelAdmin.filter_horizontal/vertical.
|
1 year ago |
multiple_database
|
a52bdea5a2
Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().
|
2 years ago |
mutually_referential
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
nested_foreign_keys
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
no_models
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
null_fk
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
null_fk_ordering
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
null_queries
|
7ba6ebe914
Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many relations for unsaved instances.
|
3 years ago |
one_to_one
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
3 years ago |
or_lookups
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
order_with_respect_to
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
ordering
|
b15f162f25
Fixed #34372 -- Fixed queryset crash on order by aggregation using OrderBy.
|
2 years ago |
pagination
|
f8092ee9ad
Improved style of n-tuple wording in docs and comments.
|
1 year ago |
postgres_tests
|
0c5146523b
Fixed #34662 -- Corrected number in error messages for Array(Min/Max)LengthValidator.
|
1 year ago |
prefetch_related
|
1391356276
Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError after prefetch_related().
|
2 years ago |
project_template
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
properties
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
proxy_model_inheritance
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
3 years ago |
proxy_models
|
425718726b
Fixed #33816 -- Fixed QuerySet.only() after select_related() crash on proxy models.
|
2 years ago |
queries
|
1c4f5f314e
Refs #32143 -- Removed superflous constraints on excluded query.
|
1 year ago |
queryset_pickle
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
raw_query
|
8e89dfe1c2
Fixed various tests on MySQL with MyISAM storage engine.
|
2 years ago |
redirects_tests
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
requests_tests
|
7cc138a58f
Added MultiPartParser tests for parsing base64-encoded fields.
|
1 year ago |
requirements
|
370a021780
Refs #34233 -- Bumped minimum supported version of Selenium to 4.8.0.
|
1 year ago |
reserved_names
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
resolve_url
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
responses
|
221c27bd6a
Added tests for HttpResponseBase.charset/reason_phrase setters.
|
1 year ago |
reverse_lookup
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
save_delete_hooks
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
2 years ago |
schema
|
7414704e88
Fixed #470 -- Added support for database defaults on fields.
|
1 year ago |
select_for_update
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
select_related
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
3 years ago |
select_related_onetoone
|
2cf76f2d5d
Fixed #34612 -- Fixed QuerySet.only() crash on reverse relationships.
|
1 year ago |
select_related_regress
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
3 years ago |
serializers
|
f9936deed1
Fixed #34620 -- Fixed serialization crash on m2m fields without natural keys when base querysets use select_related().
|
1 year ago |
servers
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
sessions_tests
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
settings_tests
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
shell
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
shortcuts
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
signals
|
9b22457987
Refs #32172 -- Used asgiref coroutine shim in async signals tests.
|
2 years ago |
signed_cookies_tests
|
ae2da5ba65
Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_age argument.
|
3 years ago |
signing
|
b8738aea14
Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSigner.
|
2 years ago |
sitemaps_tests
|
daf88e778b
Refs #25916 -- Removed SitemapIndexItem.__str__() per deprecation timeline.
|
2 years ago |
sites_framework
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
sites_tests
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
staticfiles_tests
|
fb535e0a90
Fixed #34496 -- Fixed handling source maps with data URI in ManifestStaticFilesStorage.
|
1 year ago |
str
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
string_lookup
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
swappable_models
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
syndication_tests
|
8c0886b068
Fixed #22078 -- Fixed crash of Feed with decorated methods.
|
2 years ago |
template_backends
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
template_loader
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
template_tests
|
061a8a1bd8
Fixed #34577 -- Added escapeseq template filter.
|
1 year ago |
templates
|
e703b93a65
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags.
|
5 years ago |
test_client
|
173034b005
Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses."
|
1 year ago |
test_client_regress
|
c2118d72d6
Fixed #34240 -- Preserved headers of requests made with django.test.Client in assertRedirects().
|
2 years ago |
test_exceptions
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
test_runner
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
test_runner_apps
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
test_utils
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
timezones
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
transaction_hooks
|
4a1150b41d
Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on_commit().
|
2 years ago |
transactions
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
unmanaged_models
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
update
|
2ffa815c73
Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by annotations.
|
2 years ago |
update_only_fields
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
urlpatterns
|
baf9604ed8
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
|
3 years ago |
urlpatterns_reverse
|
974942a750
Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs."
|
2 years ago |
user_commands
|
017fa23d3b
Fixed #34259 -- Passed called_from_command_line to command subparsers.
|
2 years ago |
utils_tests
|
e042024b28
Allowed custom formatting of lazy() objects.
|
1 year ago |
validation
|
667105877e
Fixed #30581 -- Added support for Meta.constraints validation.
|
2 years ago |
validators
|
1fe0b167af
Fixed #34473 -- Fixed step validation for form fields with non-zero minimum value.
|
1 year ago |
version
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
view_tests
|
38e391e95f
Refs #31949 -- Made @sensitive_variables/sensitive_post_parameters decorators to work with async functions.
|
1 year ago |
wsgi
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 years ago |
xor_lookups
|
b81e974e9e
Fixed #34604 -- Corrected fallback SQL for n-ary logical XOR.
|
1 year ago |
.coveragerc
|
070cbac0db
Restored multiprocessing concurrency on coverage.py settings
|
1 year ago |
README.rst
|
aed89adad5
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints.
|
6 years ago |
runtests.py
|
f39f120302
Advanced deprecation warnings for Django 5.0.
|
2 years ago |
test_sqlite.py
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
urls.py
|
37ea3cb03e
Fixed "URLconf" spelling in code comments.
|
9 years ago |