* fix: Reject nul characters in ipr search parameters Really ought to rework this as a form, but in the meantime this should prevent 500s. Could probably reduce the number of places we check the value. * fix: Guard against absent parameters * fix: Remove stray junk * fix: Use correct response code (400, not 405) * test: Test handling of null chars in IPR search * refactor: Simplify branch statements This helps my code validator see that "start" is always set. |
||
---|---|---|
.. | ||
management | ||
migrations | ||
templatetags | ||
__init__.py | ||
admin.py | ||
factories.py | ||
feeds.py | ||
fields.py | ||
forms.py | ||
mail.py | ||
models.py | ||
resources.py | ||
sitemaps.py | ||
tests.py | ||
urls.py | ||
utils.py | ||
views.py |