| .. |
|
management
|
Closes #4051: Disable the makemigrations management command
|
2020-01-30 10:12:53 -05:00 |
|
templates
|
Remove custom template for APISelect widget
|
2020-02-10 10:02:42 -05:00 |
|
templatetags
|
Fixes #4150: Replace OrderedDict with Dict when rendering YAML
|
2020-02-12 19:59:04 +00:00 |
|
testing
|
Merge pull request #4151 from netbox-community/4146-secretrole-enforcement
|
2020-02-12 13:51:44 -05:00 |
|
tests
|
Add tests for naturalization functions
|
2020-02-13 15:13:43 -05:00 |
|
__init__.py
|
Initial push to public repo
|
2016-03-01 11:23:03 -05:00 |
|
api.py
|
Fixes #4083: Permit nullifying applicable choice fields via API requests
|
2020-02-10 15:10:33 -05:00 |
|
auth_backends.py
|
Implement custom auth backend and EXEMPT_VIEW_PERMISSIONS setting
|
2019-04-11 22:01:26 -04:00 |
|
choices.py
|
Handle grouped choices when returning ChoiceSet values
|
2020-01-23 16:16:52 -05:00 |
|
constants.py
|
initial work on dynamic lookup expressions
|
2020-02-09 03:20:59 -05:00 |
|
context_processors.py
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
custom_inspectors.py
|
update openapi field type for choice field value fields to string
|
2019-12-09 00:41:43 -05:00 |
|
error_handlers.py
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
exceptions.py
|
Add option to commit database changes
|
2019-08-12 14:28:06 -04:00 |
|
fields.py
|
Introduce NaturalOrderingField
|
2020-02-07 11:36:22 -05:00 |
|
filters.py
|
py3.5 compatibility
|
2020-02-09 21:32:45 -05:00 |
|
forms.py
|
Use DynamicModelChoiceField for all fields using APISelect
|
2020-02-11 12:25:40 -05:00 |
|
middleware.py
|
Remove obsolete constants
|
2020-01-27 12:34:52 -05:00 |
|
models.py
|
Define __all__ for models.py within each app
|
2020-01-14 12:01:23 -05:00 |
|
ordering.py
|
Add tests for naturalization functions
|
2020-02-13 15:13:43 -05:00 |
|
paginator.py
|
Fixes #2985: Fix pagination page length for rack elevations
|
2019-03-11 12:51:03 -04:00 |
|
querysets.py
|
Rewrote ObjectChangeMiddleware to remove the curried handle_deleted_object() function
|
2019-10-22 15:10:49 -04:00 |
|
tables.py
|
Force checkbox table columns to narrow width
|
2019-10-07 17:22:35 -04:00 |
|
utils.py
|
Fix up bulk editing forms
|
2020-02-06 15:51:51 -05:00 |
|
validators.py
|
Move min/max prefix length validators to ipam.validators
|
2020-01-22 16:26:06 -05:00 |
|
views.py
|
Overhaul device component template creation views/URLs
|
2020-02-06 13:13:40 -05:00 |