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
/
extras
History
Jeremy Stretch
20cb13e1bb
Fixes
#1975
: Correct filtering logic for custom boolean fields
2018-03-29 14:47:35 -04:00
..
api
…
fixtures
…
management
…
migrations
Closes
#1693
: Allow specifying loose or exact matching for custom field filters
2018-02-21 15:40:11 -05:00
tests
…
__init__.py
…
admin.py
Closes
#1693
: Allow specifying loose or exact matching for custom field filters
2018-02-21 15:40:11 -05:00
constants.py
Closes
#1693
: Allow specifying loose or exact matching for custom field filters
2018-02-21 15:40:11 -05:00
filters.py
Fixes
#1975
: Correct filtering logic for custom boolean fields
2018-03-29 14:47:35 -04:00
forms.py
Closes
#1693
: Allow specifying loose or exact matching for custom field filters
2018-02-21 15:40:11 -05:00
models.py
compare strings using "==" not "is",
fixes
#1980
2018-03-21 14:28:59 +01:00
reports.py
…
rpc.py
…
urls.py
…
views.py
…