1
0
mirror of https://github.com/django/django.git synced 2025-01-09 01:46:20 +00:00
django/tests/admin_widgets
Tim Graham 552abffab1 Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields.
Regression in 2f9861d823.

Thanks Carel Burger for the report and fix.
2018-02-01 08:36:36 -05:00
..
__init__.py
models.py Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields. 2018-02-01 08:36:36 -05:00
test_autocomplete_widget.py
tests.py Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields. 2018-02-01 08:36:36 -05:00
urls.py
widgetadmin.py