.. |
absolute_url_overrides
|
60586dd737
Fixed #26125 -- Fixed E731 flake warnings.
|
9 жил өмнө |
admin_autodiscover
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 жил өмнө |
admin_changelist
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
admin_checks
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
admin_custom_urls
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
admin_docs
|
c37ec5a659
Fixed #27781 -- Made simplify_regex() remove outstanding '?' characters.
|
8 жил өмнө |
admin_filters
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
admin_inlines
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
admin_ordering
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
admin_registration
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
admin_scripts
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
admin_utils
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
admin_views
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
admin_widgets
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
aggregation
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
aggregation_regress
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 жил өмнө |
annotations
|
ac5f886c56
Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.
|
8 жил өмнө |
app_loading
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
8 жил өмнө |
apps
|
110f4bb6a2
Tested AppConfig.__repr__().
|
8 жил өмнө |
auth_tests
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
backends
|
924af638e4
Fixed #27683 -- Made MySQL default to the read committed isolation level.
|
8 жил өмнө |
base
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 жил өмнө |
bash_completion
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 жил өмнө |
basic
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
builtin_server
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
bulk_create
|
ebf34c3cdc
Removed unused variables that are overwritten.
|
8 жил өмнө |
cache
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
check_framework
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
choices
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
conditional_processing
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
contenttypes_tests
|
4d6584000a
Refs #27745 -- Improved test coverage of contrib.contenttypes.
|
8 жил өмнө |
context_processors
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 жил өмнө |
csrf_tests
|
c688336ebc
Refs #23919 -- Assumed request COOKIES and META are str
|
8 жил өмнө |
custom_columns
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 жил өмнө |
custom_lookups
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
custom_managers
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
custom_methods
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
custom_migration_operations
|
862ea825b5
Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are not explicitly deconstructed
|
10 жил өмнө |
custom_pk
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
datatypes
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 жил өмнө |
dates
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
datetimes
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
db_functions
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
db_typecasts
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 жил өмнө |
dbshell
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
8 жил өмнө |
decorators
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
defer
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
defer_regress
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
delete
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 жил өмнө |
delete_regress
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
deprecation
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
dispatch
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 жил өмнө |
distinct_on_fields
|
289fc1bfa5
Refs #23919 -- Removed str_prefix usage
|
8 жил өмнө |
empty
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 жил өмнө |
expressions
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 жил өмнө |
expressions_case
|
d170c63351
Refs #23919 -- Removed misc references to Python 2.
|
8 жил өмнө |
extra_regress
|
8838d4dd49
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
|
8 жил өмнө |
field_deconstruction
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 жил өмнө |
field_defaults
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 жил өмнө |
field_subclassing
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
file_storage
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
file_uploads
|
6478e07a62
Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context manager.
|
8 жил өмнө |
files
|
d170c63351
Refs #23919 -- Removed misc references to Python 2.
|
8 жил өмнө |
fixtures
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
fixtures_model_package
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
fixtures_regress
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
flatpages_tests
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
force_insert_update
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
foreign_object
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
forms_tests
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
from_db_value
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
generic_inline_admin
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 жил өмнө |
generic_relations
|
4d6584000a
Refs #27745 -- Improved test coverage of contrib.contenttypes.
|
8 жил өмнө |
generic_relations_regress
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
generic_views
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
get_earliest_or_latest
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
get_object_or_404
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
get_or_create
|
042b7350a0
Refs #23919 -- Removed unneeded str() calls
|
8 жил өмнө |
gis_tests
|
8838d4dd49
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
|
8 жил өмнө |
handlers
|
3f62d20a9b
Fixed running TransactionsPerRequestTests in isolation.
|
8 жил өмнө |
httpwrappers
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 жил өмнө |
humanize_tests
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
i18n
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
import_error_package
|
c0cc8f69e7
Refactored tests that rely on an ImportError for Python 3.5 compatibility
|
10 жил өмнө |
indexes
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
inline_formsets
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
inspectdb
|
2366100872
Removed unneeded force_text calls in the test suite
|
8 жил өмнө |
introspection
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
8 жил өмнө |
invalid_models_tests
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
known_related_objects
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
logging_tests
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
lookup
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
m2m_and_m2o
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 жил өмнө |
m2m_intermediary
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 жил өмнө |
m2m_multiple
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
m2m_recursive
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
m2m_regress
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
m2m_signals
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
m2m_through
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
m2m_through_regress
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 жил өмнө |
m2o_recursive
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
mail
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
managers_regress
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
many_to_many
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 жил өмнө |
many_to_one
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
many_to_one_null
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
max_lengths
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
messages_tests
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
middleware
|
8838d4dd49
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
|
8 жил өмнө |
middleware_exceptions
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 жил өмнө |
migrate_signals
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 жил өмнө |
migration_test_data_persistence
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
migrations
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
migrations2
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
model_fields
|
068cd60366
Removed unneeded parentheses in class definitions
|
8 жил өмнө |
model_forms
|
6d8979f4c2
Fixed #27758 -- Reallowed AdvancedModelIterator pattern after template widget rendering.
|
8 жил өмнө |
model_formsets
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
model_formsets_regress
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
model_indexes
|
c969b17ad8
Refs #26709 -- Added type check for models.Index fields argument.
|
8 жил өмнө |
model_inheritance
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
model_inheritance_regress
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
model_meta
|
6252fd6314
Fixed #27532 -- Deprecated Model._meta.has_auto_field
|
8 жил өмнө |
model_options
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
model_package
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
model_permalink
|
0083a4c8e9
Refs #18974 -- Deprecated @models.permalink() decorator.
|
8 жил өмнө |
model_regress
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 жил өмнө |
modeladmin
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
multiple_database
|
8838d4dd49
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
|
8 жил өмнө |
mutually_referential
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 жил өмнө |
nested_foreign_keys
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
no_models
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 жил өмнө |
null_fk
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
null_fk_ordering
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
null_queries
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
one_to_one
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
or_lookups
|
dc8834cad4
Refs #23919 -- Removed unneeded force_str calls
|
8 жил өмнө |
order_with_respect_to
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 жил өмнө |
ordering
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
pagination
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
postgres_tests
|
b5393028bf
Fixed #27767 -- Added distinct argument to ArrayAgg.
|
8 жил өмнө |
prefetch_related
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
project_template
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
8 жил өмнө |
properties
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
proxy_model_inheritance
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
8 жил өмнө |
proxy_models
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
queries
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
queryset_pickle
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
raw_query
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
redirects_tests
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 жил өмнө |
requests
|
fee42fd99e
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents
|
8 жил өмнө |
requirements
|
888c1e9bfe
Fixed #27776 -- Merged tests/requirements/base.txt into py3.txt.
|
8 жил өмнө |
reserved_names
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
resolve_url
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 жил өмнө |
responses
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
reverse_lookup
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
save_delete_hooks
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
schema
|
8838d4dd49
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
|
8 жил өмнө |
select_for_update
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
8 жил өмнө |
select_related
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
select_related_onetoone
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
select_related_regress
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 жил өмнө |
serializers
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
servers
|
fee42fd99e
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents
|
8 жил өмнө |
sessions_tests
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
settings_tests
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
shell
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
8 жил өмнө |
shortcuts
|
3380169222
Removed unused view and url from shortcuts tests.
|
9 жил өмнө |
signals
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
signed_cookies_tests
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
signing
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 жил өмнө |
sitemaps_tests
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
sites_framework
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
sites_tests
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 жил өмнө |
staticfiles_tests
|
8e3f9d3ee2
Fixed #27741 -- Isolated TestCollectionHashedFilesCache in a tmpdir.
|
8 жил өмнө |
str
|
042b7350a0
Refs #23919 -- Removed unneeded str() calls
|
8 жил өмнө |
string_lookup
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
swappable_models
|
7d50d2bcb8
Refs #27790 -- Reverted "Removed available_apps on TestCase subclasses."
|
8 жил өмнө |
syndication_tests
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
template_backends
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
template_loader
|
277fe2e8f2
Fixed #25788 -- Enabled the cached template loader if debug is False.
|
8 жил өмнө |
template_tests
|
7c4289d0b9
Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.
|
8 жил өмнө |
templates
|
1e629928e9
Fixed #27313 -- Allowed overriding admin popup response template.
|
8 жил өмнө |
test_client
|
1c466994d9
Refs #23919 -- Removed misc Python 2/3 references.
|
8 жил өмнө |
test_client_regress
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
test_discovery_sample
|
032f5a7896
Refs #25735 -- Made @tag decorator importable from django.test.
|
9 жил өмнө |
test_discovery_sample2
|
e22c64dfc0
Fixed #23742 -- Added an option to reverse tests order.
|
10 жил өмнө |
test_exceptions
|
cfa26f29bd
Reduced reduce() usage; refs #23796.
|
10 жил өмнө |
test_runner
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
test_utils
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
timezones
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
transaction_hooks
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
transactions
|
924af638e4
Fixed #27683 -- Made MySQL default to the read committed isolation level.
|
8 жил өмнө |
unmanaged_models
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
update
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 жил өмнө |
update_only_fields
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
urlpatterns_reverse
|
29f607927f
Fixed spelling of "nonexistent".
|
8 жил өмнө |
user_commands
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
8 жил өмнө |
utils_tests
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
validation
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
validators
|
289fc1bfa5
Refs #23919 -- Removed str_prefix usage
|
8 жил өмнө |
version
|
b5f0b3478d
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
|
8 жил өмнө |
view_tests
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
wsgi
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 жил өмнө |
.coveragerc
|
f6259ce776
Fixed #25209 -- Removed parallel=True coverage option
|
9 жил өмнө |
README.rst
|
1c466994d9
Refs #23919 -- Removed misc Python 2/3 references.
|
8 жил өмнө |
runtests.py
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
8 жил өмнө |
test_sqlite.py
|
23a5ec0782
Added trailing comma.
|
10 жил өмнө |
urls.py
|
37ea3cb03e
Fixed "URLconf" spelling in code comments.
|
9 жил өмнө |