This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-03-23 17:30:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
09fcb70c80
django
/
tests
/
regressiontests
/
model_formsets_regress
History
Simon Charette
a097ee32d8
Fixed
#17683
-- Make sure
BaseModelFormSet
respects defined widgets.
2013-02-05 05:39:35 -05:00
..
__init__.py
Fixed
#10243
,
#11043
-- Corrected handling of formsets over a ForeignKey that uses to_field, and by extension, fixed the admin for handling fields of that type. Thanks to apollo13 for the initial patch.
2009-05-13 14:04:29 +00:00
models.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
tests.py
Fixed
#17683
-- Make sure
BaseModelFormSet
respects defined widgets.
2013-02-05 05:39:35 -05:00