Jeremy Stretch 071d4a63aa Fixes #21518: Ensure proper display of decimal custom fields with a zero value (#21523) 2 ماه پیش
..
forms 3beef34355 chore(ruff): Sort `__all__` definitions across modules 2 ماه پیش
management e59f776e02 Closes #17725: Clean up `import` statements (#17728) 1 سال پیش
serializers 945e7ade0a Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2 ماه پیش
templates 071d4a63aa Fixes #21518: Ensure proper display of decimal custom fields with a zero value (#21523) 2 ماه پیش
templatetags 3beef34355 chore(ruff): Sort `__all__` definitions across modules 2 ماه پیش
testing 1b295f1d69 Closes #21473: Enable UP rules and modernize string formatting (#21488) 2 ماه پیش
tests 945e7ade0a Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2 ماه پیش
__init__.py 27b289ee3b Initial push to public repo 10 سال پیش
api.py 945e7ade0a Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2 ماه پیش
apps.py b5b0c40727 #19773: Include Django apps in system status view 8 ماه پیش
choices.py bec5ecf6a9 Closes #21209: Accept case-insensitive model names in configuration (#21275) 3 ماه پیش
constants.py 2004ab7a0e Add support for pipe character as delimiting character for bulk imports 8 ماه پیش
conversion.py 092f7549ca Fixes #18869: Ensure `to_meters()` always returns a clean decimal value (#18883) 1 سال پیش
counters.py 945e7ade0a Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2 ماه پیش
data.py bec5ecf6a9 Closes #21209: Accept case-insensitive model names in configuration (#21275) 3 ماه پیش
datetime.py b1439dc298 Closes #19889: Drop support for Python 3.10 & 3.11 8 ماه پیش
error_handlers.py a183048891 Closes #17951: Extend Ruff ruleset 1 سال پیش
exceptions.py d470848b29 Closes #12246: General cleanup of utilities modules 3 سال پیش
export.py 2004ab7a0e Add support for pipe character as delimiting character for bulk imports 8 ماه پیش
fields.py ef52ac4203 chore(ruff): Enable RET rules and add explicit fallbacks 2 ماه پیش
filters.py f4c3c90bab perf(filters): Avoid ContentType join in ContentTypeFilter 2 ماه پیش
filtersets.py 7eefb07554 Closes #7604: Add filter modifier dropdowns for advanced lookup operators (#20747) 5 ماه پیش
html.py ef52ac4203 chore(ruff): Enable RET rules and add explicit fallbacks 2 ماه پیش
htmx.py 3beef34355 chore(ruff): Sort `__all__` definitions across modules 2 ماه پیش
jinja2.py d7672ab260 Fixes #19490: restores nesting behavior of DataSource-based ConfigTemplates 11 ماه پیش
jobs.py ef52ac4203 chore(ruff): Enable RET rules and add explicit fallbacks 2 ماه پیش
json.py 21a840c32e Closes #19816: Implement a logging mechanism for background jobs (#19838) 9 ماه پیش
jsonschema.py b4c88541da Closes #19377: Introduce config context profiles (#20058) 8 ماه پیش
markdown.py e59f776e02 Closes #17725: Clean up `import` statements (#17728) 1 سال پیش
migration.py f48d1c9410 custom_deconstruct() should not ignore TimeZoneField 2 سال پیش
mptt.py 945e7ade0a Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2 ماه پیش
object_types.py 6ac700e43f Move object_type_identifier() & object_type_name() to utilities.object_types 2 سال پیش
ordering.py d470848b29 Closes #12246: General cleanup of utilities modules 3 سال پیش
paginator.py 945e7ade0a Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2 ماه پیش
password_validation.py 00874ac9e7 17289 enforce minimum password strength (#17299) 1 سال پیش
permissions.py 945e7ade0a Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2 ماه پیش
prefetch.py a20715f229 Fixes #19321: Reduce redundant database queries during bulk creation of devices (#19993) 9 ماه پیش
proxy.py ef52ac4203 chore(ruff): Enable RET rules and add explicit fallbacks 2 ماه پیش
query.py ef52ac4203 chore(ruff): Enable RET rules and add explicit fallbacks 2 ماه پیش
query_functions.py d470848b29 Closes #12246: General cleanup of utilities modules 3 سال پیش
querydict.py 945e7ade0a Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2 ماه پیش
querysets.py 93119f52c3 Fixes #21032: Avoid subquery in RestrictedQuerySet where unnecessary 4 ماه پیش
relations.py 17d8f78ae3 Closes #20564: Many-to-many pass-through port mappings (#20851) 4 ماه پیش
release.py 1b295f1d69 Closes #21473: Enable UP rules and modernize string formatting (#21488) 2 ماه پیش
request.py 945e7ade0a Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2 ماه پیش
rqworker.py ef52ac4203 chore(ruff): Enable RET rules and add explicit fallbacks 2 ماه پیش
security.py 917a2c2618 Validate peppers on init 7 ماه پیش
serialization.py 9d0e80571c Closes #20277: Add support for attribute assignment to deserialize_object() (#20281) 8 ماه پیش
socks.py 945e7ade0a Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2 ماه پیش
string.py 6c7a0cf2b2 Merge branch 'main' into feature 1 سال پیش
tables.py ef52ac4203 chore(ruff): Enable RET rules and add explicit fallbacks 2 ماه پیش
tracking.py 149a496011 6347 Cache the number of each component type assigned to devices/VMs (#12632) 2 سال پیش
urls.py a0b4b0afe0 Closes #18023: Employ `register_model_view()` for list views (#18029) 1 سال پیش
validators.py 8d7889e2c0 Closes #19002: Module type profiles (#19014) 1 سال پیش
views.py 1b295f1d69 Closes #21473: Enable UP rules and modernize string formatting (#21488) 2 ماه پیش