This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
59d99772f0
django1
/
tests
/
regressiontests
/
model_formsets_regress
History
Aymeric Augustin
bdca5ea345
[py3] Replaced unicode/str by six.text_type/bytes.
2012-07-22 09:29:54 +02: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
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00
tests.py
[py3] Replaced unicode/str by six.text_type/bytes.
2012-07-22 09:29:54 +02:00