- 03 Şub, 2015 1 kayıt (commit)
-
-
darkryder yazdı
-
- 17 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 31 Ara, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
The subclass check in ModelAdmin.get_formsets_with_inlines() wasn't tested correctly because of the super() call in EpisodeAdmin.get_formsets().
-
- 16 Ara, 2014 1 kayıt (commit)
-
-
Diego Guimarães yazdı
-
- 06 Ara, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 24 Eyl, 2014 1 kayıt (commit)
-
-
Justin Caratzas yazdı
Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() hooks to GenericInlineModelAdmin.
-
- 31 Tem, 2014 1 kayıt (commit)
-
-
Nick Sandford yazdı
Thanks DrMeers for the suggestion.
-
- 07 Tem, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks brylie.
-
- 16 May, 2014 1 kayıt (commit)
-
-
Stephen Burrows yazdı
Forwardport of 79f15ab1 from stable/1.7.x
-
- 15 May, 2014 1 kayıt (commit)
-
-
Anders Steinlein yazdı
Thanks Stephen Burrows for work on the patch as well. Forwardport of 2914f669 from stable/1.7.x
-
- 06 Nis, 2014 1 kayıt (commit)
-
-
Anubhav Joshi yazdı
-
- 22 Mar, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 26 Ock, 2014 1 kayıt (commit)
-
-
Simon Charette yazdı
It contained models, forms and admin objects causing undesirable import side effects. Refs #16368. Thanks to Ramiro, Carl and Loïc for the review.
-
- 23 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
coagulant yazdı
-
- 02 Kas, 2013 2 kayıt (commit)
-
-
coagulant yazdı
-
Tim Graham yazdı
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Bouke Haarsma yazdı
-
- 19 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 20 Eyl, 2013 1 kayıt (commit)
-
-
tschilling yazdı
Thanks stanislas.guerra at gmail.com for the report.
-
- 02 Agu, 2013 1 kayıt (commit)
-
-
Loic Bistuer yazdı
Refs 23e1b59c which already fixed this issue for ModelAdmin and InlineModelAdmin.
-
- 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.
-
- 26 Şub, 2013 2 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
- 19 Şub, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
This is a security fix. Disclosure and advisory coming shortly.
-
- 28 Ock, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #16630.
-
- 16 Agu, 2012 1 kayıt (commit)
-
-
Alex Gaynor 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.
-
- 30 Nis, 2012 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
-
- 31 Ock, 2012 1 kayıt (commit)
-
-
Carl Meyer yazdı
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and converted Django tests to use them where appropriate. Thanks Greg Müllegger. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Eki, 2011 1 kayıt (commit)
-
-
Alex Gaynor yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 07 Eki, 2011 1 kayıt (commit)
-
-
Carl Meyer yazdı
Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno for report and Stephan Jaensch for work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 20 Eyl, 2011 1 kayıt (commit)
-
-
Ramiro Morales yazdı
prevent test order dependant failures. This involves introducing usage of `TestCase.urls` and implementing proper admin.py modules for some of the test apps. Thanks Florian Apolloner for finding the issue and contributing the patch. Refs #15294 (it solves these problems so the fix for that ticket we are going to commit doesn't introduce obscure and hard to reproduce test failures when running the Django test suite.) git-svn-id: http://code.djangoproject.com/svn/django/trunk@16856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 12 Agu, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the GenericInline. Thanks, leonelfreire and prestontimmons. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16603 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 16 Haz, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #9588 -- Allow passing kwargs to `GenericInlineModelAdmin.get_formset` just like the InlineModelAdmin. Thanks, prestontimmons. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16419 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 03 Mar, 2011 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
assert_ -> assertTrue assertEquals -> assertEqual failUnless -> assertTrue For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 04 Ara, 2010 1 kayıt (commit)
-
-
Alex Gaynor yazdı
Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Kas, 2010 1 kayıt (commit)
-
-
Jannis Leidel yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 23 Şub, 2010 1 kayıt (commit)
-
-
Joseph Kocherhans yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-