| .. |
|
management
|
Closes #4051: Disable the makemigrations management command
|
2020-01-30 10:12:53 -05:00 |
|
templates
|
Fixes #4282: Fix label on export button for device types
|
2020-02-26 16:49:39 -05:00 |
|
templatetags
|
Remove example choices from CSV import form
|
2020-05-04 16:30:21 -04:00 |
|
testing
|
Extend ViewTestCases to get and list objects as a non-authenticated user
|
2020-05-06 23:43:46 -04:00 |
|
tests
|
Add tests for CSVDataField
|
2020-05-01 13:32:28 -04:00 |
|
__init__.py
|
Initial push to public repo
|
2016-03-01 11:23:03 -05:00 |
|
api.py
|
Merge branch 'develop' into develop-2.8
|
2020-03-15 00:18:32 -04:00 |
|
auth_backends.py
|
Fix format string
|
2020-04-14 09:43:12 -04:00 |
|
background_tasks.py
|
Closes #4502: Enable configuration of proxies for outbound HTTP requests
|
2020-04-30 14:59:13 -04:00 |
|
choices.py
|
Add a default button color
|
2020-03-26 11:26:11 -04:00 |
|
constants.py
|
added lookup map for treenode filter
|
2020-02-28 19:58:06 -05:00 |
|
context_processors.py
|
Expose regsitry in templates using existing context processor for settings
|
2020-03-27 13:18:51 -04:00 |
|
custom_inspectors.py
|
Fixes #4361: Set correct type of connection_state
|
2020-04-15 01:02:11 -04: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
|
Fixes #4183: Fix representation of NaturalOrderingField values in change log
|
2020-02-18 10:50:14 -05:00 |
|
filters.py
|
Update super() call for get_filters()
|
2020-05-06 11:47:05 -04:00 |
|
forms.py
|
Merge pull request #4564 from netbox-community/3147-csv-import-fields
|
2020-05-06 10:15:00 -04:00 |
|
middleware.py
|
Tweak settings/middleware to support testing; improve tests
|
2020-03-11 11:10:26 -04:00 |
|
models.py
|
Define __all__ for models.py within each app
|
2020-01-14 12:01:23 -05:00 |
|
ordering.py
|
Fixes #4336: Ensure interfaces without a subinterface ID are ordered before subinterface zero
|
2020-04-21 16:13:34 -04:00 |
|
paginator.py
|
Fixes #4593: Fix AttributeError exception when viewing object lists as a non-authenticated user
|
2020-05-06 23:44:06 -04:00 |
|
query_functions.py
|
Fixes #4336: Ensure interfaces without a subinterface ID are ordered before subinterface zero
|
2020-04-21 16:13:34 -04:00 |
|
querysets.py
|
Rewrote ObjectChangeMiddleware to remove the curried handle_deleted_object() function
|
2019-10-22 15:10:49 -04:00 |
|
tables.py
|
Fixes #4617: Restore IP prefix depth notation in list view
|
2020-05-13 17:08:48 -04:00 |
|
utils.py
|
Add all() method to UserConfig
|
2020-04-24 09:50:26 -04:00 |
|
validators.py
|
Closes #4218: Allow negative voltage for DC power feeds
|
2020-03-03 12:10:08 -05:00 |
|
views.py
|
Fixes #4593: Fix AttributeError exception when viewing object lists as a non-authenticated user
|
2020-05-06 23:44:06 -04:00 |