This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netbox-community-netbox
Watch
1
Star
0
Fork
0
You've already forked netbox-community-netbox
mirror of
https://github.com/netbox-community/netbox.git
synced
2024-05-10 07:54:54 +00:00
Code
netbox-community-netbox
/
netbox
/
utilities
History
Jeremy Stretch
0dd857f7a2
Merge branch 'develop' into api2
2017-02-01 12:33:37 -05:00
..
templatetags
Fixes
#845
: Fix missing edit/delete buttons on object tables for non-superusers
2017-01-26 13:20:56 -05:00
__init__.py
…
api.py
Implemented static writable ModelSerializers for all models
2017-01-31 15:35:09 -05:00
context_processors.py
…
error_handlers.py
Fixes
#865
: Fix server error when attempting to delete a protected object parent (Python 3)
2017-02-01 12:09:59 -05:00
fields.py
…
filters.py
…
forms.py
Fixes
#851
: Resolve encoding issues during import/export with Python 3
2017-02-01 11:49:54 -05:00
managers.py
…
middleware.py
…
models.py
…
paginator.py
Simplified paginator when dealing with <=5 pages
2016-12-26 15:43:48 -05:00
sql.py
…
tables.py
Fixes
#845
: Fix missing edit/delete buttons on object tables for non-superusers
2017-01-26 13:20:56 -05:00
utils.py
Fixes
#851
: Resolve encoding issues during import/export with Python 3
2017-02-01 11:49:54 -05:00
views.py
Fixes
#854
: Check whether object still exists before attempting to resolve its URL
2017-02-01 11:59:47 -05:00