| .. |
|
forms
|
7b1e1a1dab
Closes #22419: Replace DeprecationWarning with FutureWarning for user-facing deprecations (#22510)
|
4 недель назад |
|
management
|
e59f776e02
Closes #17725: Clean up `import` statements (#17728)
|
1 год назад |
|
serializers
|
2e50fc3d97
fix(extras): Add choice_value lookup for ChoiceSetField (#22366)
|
1 месяц назад |
|
templates
|
8c898e7713
fix(navigation): Normalize default menu button color
|
3 недель назад |
|
templatetags
|
9c73c7a8ae
Fixes #22531: Ensure Saved Filter selector has unique element ID (#22542)
|
4 недель назад |
|
testing
|
9ee38b6c1a
Fixes #22617: Editing objects via bulk import form requires "change" permission (#22618)
|
2 недель назад |
|
tests
|
48ecc712bc
Closes #22603: Add experimental Python packaging support for NetBox (#22605)
|
1 неделя назад |
|
__init__.py
|
27b289ee3b
Initial push to public repo
|
10 лет назад |
|
api.py
|
8c73f46cc9
Fixes #22507: Check is_active in restrict() and IsSuperuser superuser bypass (#22508)
|
1 месяц назад |
|
apps.py
|
b5b0c40727
#19773: Include Django apps in system status view
|
11 месяцев назад |
|
choices.py
|
902aa495dd
Closes #18663: Replace assertions with proper error handling (#22344)
|
1 месяц назад |
|
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
|
20605be859
Fixes #22500: Use passed error kwarg in handle_rest_api_exception() (#22562)
|
2 недель назад |
|
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)
|
1 месяц назад |
|
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
|
2f87dab011
Closes #21710: Support multi-select fields for module type profile array enums (#22495)
|
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
|
8c73f46cc9
Fixes #22507: Check is_active in restrict() and IsSuperuser superuser bypass (#22508)
|
1 месяц назад |
|
relations.py
|
17d8f78ae3
Closes #20564: Many-to-many pass-through port mappings (#20851)
|
7 месяцев назад |
|
release.py
|
48ecc712bc
Closes #22603: Add experimental Python packaging support for NetBox (#22605)
|
1 неделя назад |
|
request.py
|
f732a8e878
Fixes #22376: Remove files from request for script action event rules
|
1 месяц назад |
|
rqworker.py
|
a8f609bf21
Closes #21952: Improve robustness of RQ worker check (#22234)
|
2 месяцев назад |
|
secret_key.py
|
48ecc712bc
Closes #22603: Add experimental Python packaging support for NetBox (#22605)
|
1 неделя назад |
|
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 месяцев назад |