- 27 Tem, 2015 1 kayıt (commit)
-
-
Flavio Curella yazdı
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 08 Ara, 2014 1 kayıt (commit)
-
-
Jon Dufresne yazdı
-
- 03 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 09 Tem, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks sebastien at clarisys.fr for the report and gautier for the patch.
-
- 29 May, 2014 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
- 30 Eki, 2013 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
When a formset contained deletion for an existing instance, and the instance was already deleted, django threw an exception. A common cause for this was resubmit of the formset. Original patch by Trac alias olau. In addition this commit cleaned some code in _construct_form(). This was needed as the primary key value the user submitted wasn't converted correctly to python value in case the primary key field was also a related field.
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 19 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 16 Eyl, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks PaulM for the suggestion and Luke Granger-Brown and Wiktor Kołodziej for the initial patch.
-
- 29 Tem, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
-
- 21 May, 2013 1 kayıt (commit)
-
-
Marc Tamlyn yazdı
Gives much nicer errors when it fails.
-
- 18 May, 2013 1 kayıt (commit)
-
-
Erik Romijn yazdı
-
- 09 May, 2013 1 kayıt (commit)
-
-
Luke Plant yazdı
This also updates all dependent functionality, including modelform_factory and modelformset_factory, and the generic views `ModelFormMixin`, `CreateView` and `UpdateView` which gain a new `fields` attribute.
-
- 26 Şub, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-