1
0
mirror of https://github.com/django/django.git synced 2025-01-12 11:26:23 +00:00
django/tests
2007-11-17 12:12:40 +00:00
..
modeltests Fixed #4787, #5913 -- Updating the queryset on a ModelChoiceField or ModelMultipleChoiceField now updates its widget's choices. The clean methods for ModelChoiceField and ModelMultipleChoiceField were changed to only allow choices in the specified queryset (instead of allowing all choices returned by the queryset model's default manager). 2007-11-13 14:36:29 +00:00
regressiontests Fixed some missed auto-escaping and URL quoting cases in the urlize filter. 2007-11-17 12:12:40 +00:00
templates
runtests.py
urls.py