1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/tests
2009-01-20 12:23:48 +00:00
..
modeltests Fixed #10069 -- Fixed the model form unique validation code to not proceed with using, for example, RelatedObjects returned by get_field_by_name as though they were model Fields. 2009-01-19 19:37:31 +00:00
regressiontests Fixed #10064 -- Corrected handling of aggregate queries that also use select_related(). Thanks to olivius for the report. 2009-01-20 12:23:48 +00:00
templates
runtests.py
urls.py Cleaned up and refactored ModelAdmin.formfield_for_dbfield: 2009-01-16 15:32:31 +00:00