| .. |
|
management
|
Cleaned up import statements
|
2018-11-02 15:20:08 -04:00 |
|
templates
|
Merge branch 'develop' into develop-2.7
|
2020-01-03 14:21:53 -05:00 |
|
templatetags
|
Explicitly use the value of the choice, instead of relying on __str__
|
2020-01-23 17:37:51 +00:00 |
|
tests
|
Add tests for ChoiceSet
|
2020-01-23 16:19:34 -05:00 |
|
__init__.py
|
Initial push to public repo
|
2016-03-01 11:23:03 -05:00 |
|
api.py
|
#3880: Define constants for arbitrary values
|
2020-01-24 14:42:57 -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
|
Closes #2693
|
2018-12-14 11:51:20 -06: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
|
Closes #2836: Deprecate NullableCharField
|
2019-02-14 09:39:04 -05:00 |
|
filters.py
|
filtering multiple regions with null
|
2019-10-28 02:24:44 -04:00 |
|
forms.py
|
Enable CSV import for custom fields
|
2020-01-29 14:29:47 -05:00 |
|
managers.py
|
Replace all instances of .extra() in QuerySets with annotations, including references in docstrings
|
2019-10-09 20:11:02 -04: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 |
|
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 |
|
testing.py
|
Introduced a custom TestCase
|
2020-01-30 16:19:51 -05:00 |
|
utils.py
|
Remove obsolete utility function model_names_to_filter_dict()
|
2020-01-15 16:21:41 -05:00 |
|
validators.py
|
Move min/max prefix length validators to ipam.validators
|
2020-01-22 16:26:06 -05:00 |
|
views.py
|
Fixes #4030: Fix exception when bulk editing interfaces (revised)
|
2020-01-30 15:12:10 -05:00 |