Jeremy Stretch 4d8dbc6ffe Closes #22212: Support for exposing environment parameters in Jinja template context (#22289) 2 месяцев назад
..
forms 7a3397798a Fixes #16851: Add missing Aria Labels (#22178) 2 месяцев назад
management e59f776e02 Closes #17725: Clean up `import` statements (#17728) 1 год назад
serializers 945e7ade0a Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 5 месяцев назад
templates 88eac5b37d Closes #22239: Rename apply button for table configs (#22266) 2 месяцев назад
templatetags 659d6d1f85 Closes #17127: Add user preference for metric/imperial measurements (#22246) 2 месяцев назад
testing a89feaf856 Closes #22090: Extend test cases to analyze the number of SQL queries executed 2 месяцев назад
tests 7fff472436 review feedback 2 месяцев назад
__init__.py 27b289ee3b Initial push to public repo 10 лет назад
api.py 97be961df7 Scope serializer resolvers per-app and drop default discovery path 2 месяцев назад
apps.py b5b0c40727 #19773: Include Django apps in system status view 11 месяцев назад
choices.py bec5ecf6a9 Closes #21209: Accept case-insensitive model names in configuration (#21275) 5 месяцев назад
constants.py cb5521f818 Closes #21468: copy_safe_request() should retain non-sensitive HTTP request headers (#21577) 4 месяцев назад
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) 5 месяцев назад
data.py 573b1b0634 fix(ipam): Correct VLAN ID range bound handling in VLANGroup 2 месяцев назад
datetime.py b1439dc298 Closes #19889: Drop support for Python 3.10 & 3.11 10 месяцев назад
debug.py 7462e45c8e Closes #21865: Display debug toolbar if `INTERNAL_IPS` is empty (#21871) 3 месяцев назад
error_handlers.py a183048891 Closes #17951: Extend Ruff ruleset 1 год назад
exceptions.py ec0fe62df5 Include the current ETag in the 412 response 4 месяцев назад
export.py 0563cc4585 Closes #21788: Return CSV export as a streaming response (#21974) 3 месяцев назад
fields.py d75583828b Fixes #21835: Remove misleading help text from ColorField (#21852) 3 месяцев назад
filters.py f242f17ce5 Fixes #21542: Increase supported interface speed values above 2.1 Tbps (#21834) 3 месяцев назад
filtersets.py 7eefb07554 Closes #7604: Add filter modifier dropdowns for advanced lookup operators (#20747) 7 месяцев назад
html.py ef52ac4203 chore(ruff): Enable RET rules and add explicit fallbacks 5 месяцев назад
htmx.py 3beef34355 chore(ruff): Sort `__all__` definitions across modules 5 месяцев назад
jinja2.py 4d8dbc6ffe Closes #22212: Support for exposing environment parameters in Jinja template context (#22289) 2 месяцев назад
jobs.py ef52ac4203 chore(ruff): Enable RET rules and add explicit fallbacks 5 месяцев назад
json.py 21a840c32e Closes #19816: Implement a logging mechanism for background jobs (#19838) 1 год назад
jsonschema.py e5b9e5a279 Closes #19025: Add schema validation for JSON custom fields (#21746) 3 месяцев назад
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) 5 месяцев назад
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) 5 месяцев назад
password_validation.py 00874ac9e7 17289 enforce minimum password strength (#17299) 1 год назад
permissions.py 28a11f6aad Fixes #21357: Add support for registering custom model actions (#21560) 3 месяцев назад
prefetch.py a20715f229 Fixes #19321: Reduce redundant database queries during bulk creation of devices (#19993) 11 месяцев назад
proxy.py ef52ac4203 chore(ruff): Enable RET rules and add explicit fallbacks 5 месяцев назад
query.py ef52ac4203 chore(ruff): Enable RET rules and add explicit fallbacks 5 месяцев назад
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) 5 месяцев назад
querysets.py 93119f52c3 Fixes #21032: Avoid subquery in RestrictedQuerySet where unnecessary 7 месяцев назад
relations.py 17d8f78ae3 Closes #20564: Many-to-many pass-through port mappings (#20851) 7 месяцев назад
release.py 1b295f1d69 Closes #21473: Enable UP rules and modernize string formatting (#21488) 5 месяцев назад
request.py 329c041224 Closes #22192: Introduce HTTP_CLIENT_IP_HEADERS configuration parameter (#22197) 2 месяцев назад
rqworker.py a8f609bf21 Closes #21952: Improve robustness of RQ worker check (#22234) 2 месяцев назад
security.py 660ca42149 Closes #21875: Allow subclasses of dict for API_TOKEN_PEPPERS 3 месяцев назад
serialization.py 9d0e80571c Closes #20277: Add support for attribute assignment to deserialize_object() (#20281) 10 месяцев назад
socks.py 945e7ade0a Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 5 месяцев назад
string.py 6c7a0cf2b2 Merge branch 'main' into feature 1 год назад
tables.py ef52ac4203 chore(ruff): Enable RET rules and add explicit fallbacks 5 месяцев назад
tracking.py 149a496011 6347 Cache the number of each component type assigned to devices/VMs (#12632) 3 лет назад
urls.py a0b4b0afe0 Closes #18023: Employ `register_model_view()` for list views (#18029) 1 год назад
validators.py 5ad4e95207 Closes #21720: Improve validation of URLs containing HTTP basic authentication (#21822) 3 месяцев назад
views.py 1f9ed248bd Closes #21929: Eliminate redundant object view templates (#21930) 3 месяцев назад