| .. |
|
api
|
Closes #4997: Introduce OrderedDefaultRouter; move root API views to views.py
|
2020-08-13 12:49:49 -04:00 |
|
migrations
|
Misc cleanup, renaming
|
2020-06-23 16:39:43 -04:00 |
|
tests
|
Merge branch 'develop' into develop-2.9
|
2020-08-13 10:06:03 -04:00 |
|
__init__.py
|
PEP8 clenaup
|
2016-06-16 15:02:01 -04:00 |
|
apps.py
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
choices.py
|
Closes #4857: Drop support for legacy numeric choice field values
|
2020-07-15 16:54:33 -04:00 |
|
constants.py
|
Misc cleanup, renaming
|
2020-06-23 16:39:43 -04:00 |
|
fields.py
|
Drop family column from Aggregate, Prefix, and IPAddress models
|
2020-02-14 15:04:33 -05:00 |
|
filters.py
|
Add LTE and GTE filters for prefix mask length
|
2020-08-05 16:16:51 -04:00 |
|
formfields.py
|
Add tests for IP address vars
|
2020-01-22 17:48:03 -05:00 |
|
forms.py
|
Fixes #5022: Fix exception when editing IP address with NAT inside IP assigned
|
2020-08-20 14:38:58 -04:00 |
|
lookups.py
|
Merge branch 'develop' into develop-2.8
|
2020-02-21 15:26:55 -05:00 |
|
managers.py
|
Update views to restrict all querysets
|
2020-06-01 11:43:49 -04:00 |
|
models.py
|
Clean up display_name for various models
|
2020-08-14 10:20:34 -04:00 |
|
querysets.py
|
Replace annotate_depth() with annotate_tree()
|
2020-08-05 15:55:47 -04:00 |
|
tables.py
|
Fix default display of child count in prefix tables
|
2020-08-06 09:14:20 -04:00 |
|
urls.py
|
#4416: Add individual delete views for organizational objects
|
2020-07-01 12:08:26 -04:00 |
|
utils.py
|
Move utility functions to utils.py
|
2020-06-26 11:56:30 -04:00 |
|
validators.py
|
Move prefix_validator() to ipam.validators
|
2020-01-22 16:33:34 -05:00 |
|
views.py
|
Replace expand/collpase with max mask length for prefixes list
|
2020-08-05 16:48:45 -04:00 |