- 28 Ara, 2018 1 kayıt (commit)
-
-
Matt Wiens yazdı
-
- 30 Tem, 2018 1 kayıt (commit)
-
-
Demur Nodia yazdı
-
- 18 Ock, 2017 3 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham and Simon Charette for the reviews.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
- 09 Eyl, 2016 1 kayıt (commit)
-
-
Adam Chainz yazdı
-
- 21 Eyl, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
Too much field exclusions in form's construct_instance() in _post_clean() could lead to some unexpected missing ForeignKey values. Fixes a regression from 45e04993. Refs #13776.
-
- 27 Tem, 2015 1 kayıt (commit)
-
-
Flavio Curella yazdı
-
- 26 Haz, 2015 1 kayıt (commit)
-
-
Jason Hoos yazdı
-
- 23 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
- 15 Agu, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch.
-
- 26 Şub, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-
- 12 Agu, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
* Renamed the __unicode__ methods * Applied the python_2_unicode_compatible decorator * Removed the StrAndUnicode mix-in that is superseded by python_2_unicode_compatible * Kept the __unicode__ methods in classes that specifically test it under Python 2
-
- 22 Tem, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 07 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
-
- 13 Eki, 2011 1 kayıt (commit)
-
-
Alex Gaynor yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 17 Kas, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Eki, 2010 1 kayıt (commit)
-
-
Honza Král yazdı
Fixed #13811 -- Changed unique validation in model formsets to ignore None values, not just omit them git-svn-id: http://code.djangoproject.com/svn/django/trunk@14193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 12 May, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #13524 -- Added backwards compatibility and feature notes regarding admin inlines and formsets. Thanks to Ramiro Morales and Gabriel Hurley. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 04 May, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 27 Mar, 2010 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #13023 - Removed ambiguity with regard to the max_num option of formsets and as a result of admin inlines. Thanks to Gabriel Hurley for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 08 Mar, 2010 1 kayıt (commit)
-
-
Luke Plant yazdı
Thanks to Harm Geerts for the report and initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12721 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 01 Şub, 2010 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #12692 - Properly handle the extra clause of admin inline formsets. Also fixes #12703, second error. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 12 Ock, 2010 1 kayıt (commit)
-
-
Joseph Kocherhans yazdı
Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev. This reverts some admin and test changes from [12098] and also fixes #12507, #12520, #12552 and #12553. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 05 Ock, 2010 1 kayıt (commit)
-
-
Joseph Kocherhans yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 22 Ara, 2009 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Tweaked the model_formsets test to work around a weird sorting problem between versions of Postgres. Thanks to Alex Gaynor for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11953 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 16 Ara, 2009 2 kayıt (commit)
-
-
Russell Keith-Magee yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11876 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Russell Keith-Magee yazdı
Fixed #10263 -- Added a queryset argument to BaseInlineFormSet, normalizing with BaseModelFormSet, and allowing for custom ordering/subsets in inlines. Thanks to Paulo Scardine for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 12 Ara, 2009 1 kayıt (commit)
-
-
Karen Tracey yazdı
Fixed #11632: Fixed a test broken by r11826 that relied on the exact (invalid HTML) id of an initial hidden input field. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 07 May, 2009 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #9493 -- Corrected error handling of formsets that violate unique constraints across the component forms. Thanks to Alex Gaynor for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10682 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 18 Nis, 2009 1 kayıt (commit)
-
-
Jacob Kaplan-Moss yazdı
Fixed #10799: fixed the use of list_editable with model inheritance and custom one-to-one parent links. Thanks, Alex Gaynor. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 30 Mar, 2009 1 kayıt (commit)
-
-
Joseph Kocherhans yazdı
This is backwards-incompatible if you were doing things to 'initial' in BaseModelFormSet.__init__, or if you relied on the internal _total_form_count or _initial_form_count attributes of BaseFormSet. Those attributes are now public methods. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10190 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 03 Şub, 2009 1 kayıt (commit)
-
-
Karen Tracey yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 21 Ara, 2008 1 kayıt (commit)
-
-
Karen Tracey yazdı
Fixed #9865 -- Allow saving of new inline-edited objects with custom non-auto primary key fields that are not the foreign key to the parent object. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 01 Kas, 2008 1 kayıt (commit)
-
-
Brian Rosner yazdı
Fixed #9494 -- Ensure the foreign key in an inline formset is always present on the forms. Thanks Fugazi for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 31 Eki, 2008 1 kayıt (commit)
-
-
Brian Rosner yazdı
Fixed #8882 -- When a foreign key is among the unique_together fields in an inline formset properly handle it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 28 Eki, 2008 1 kayıt (commit)
-
-
Brian Rosner yazdı
Fixed #9462 -- Set the instance in an inline formset correctly so that None does not get passed through to the queryset. Thanks tobias and copelco for the ticket. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 02 Eyl, 2008 1 kayıt (commit)
-
-
Brian Rosner yazdı
Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent with the form/formset factories. Refs #8071 to make it easier to get at exclude. Thanks julien for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 01 Eyl, 2008 1 kayıt (commit)
-
-
Brian Rosner yazdı
Fixed #7975 -- Callable defaults in inline model formsets now work correctly. Based on patch from msaelices. Thanks for your hard work msaelices. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-