- 14 Ara, 2013 1 kayıt (commit)
-
-
Loic Bistuer yazdı
-
- 19 Kas, 2013 1 kayıt (commit)
-
-
Vajrasky Kok yazdı
Reviewed by Chris Medrela.
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
Alex Gaynor yazdı
-
coagulant yazdı
-
- 02 Kas, 2013 1 kayıt (commit)
-
-
coagulant yazdı
-
- 03 Eki, 2013 1 kayıt (commit)
-
-
Anentropic yazdı
Fixed #19182 -- Fixed ModelAdmin.lookup_allowed to work with ('fieldname', SimpleListFilter) syntax. Thanks gauss for the report.
-
- 27 Eyl, 2013 1 kayıt (commit)
-
-
Baptiste Mispelon yazdı
Thanks to onlygoldi2201 for the report and to ramiro and apollo13 for the reviews.
-
- 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.
-
- 08 Mar, 2013 1 kayıt (commit)
-
-
Loic Bistuer yazdı
-
- 26 Şub, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-
- 24 Ara, 2012 2 kayıt (commit)
-
-
Luke Plant yazdı
-
Luke Plant yazdı
-
- 04 Ara, 2012 1 kayıt (commit)
-
-
Julien Phalip yazdı
-
- 03 Ara, 2012 1 kayıt (commit)
-
-
Sebastián Magrí yazdı
Fixed #19318 -- Ensured that the admin's SimpleListFilter options can be displayed as selected even if the lookup's first element is not a string.
-
- 07 Eyl, 2012 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 07 Agu, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
* Renamed smart_unicode to smart_text (but kept the old name under Python 2 for backwards compatibility). * Renamed smart_str to smart_bytes. * Re-introduced smart_str as an alias for smart_text under Python 3 and smart_bytes under Python 2 (which is backwards compatible). Thus smart_str always returns a str objects. * Used the new smart_str in a few places where both Python 2 and 3 want a str.
-
- 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.
-
- 03 May, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 09 Nis, 2012 1 kayıt (commit)
-
-
Julien Phalip yazdı
Fixed #18086 -- Restored '-pk' as the default order in the admin changelist. This rectifies a slight change in behavior introduced in Django 1.4 and r17635. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17881 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 31 Mar, 2012 1 kayıt (commit)
-
-
Julien Phalip yazdı
Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_field` attribute. This fixes a regression introduced in [14674] and Django 1.3. Thanks to graveyboat and Karen Tracey for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 17 Mar, 2012 1 kayıt (commit)
-
-
Julien Phalip yazdı
Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, it does so loudly instead of getting swallowed by a `IncorrectLookupParameters` exception. This also properly fixes #16705, which hadn't been addressed correctly in [16705]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17763 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 05 Mar, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Fixed #17830 -- Modified list_filter on DateTimeFields to account for the new time zone support. Thanks Glenn Washburn for the report and Jannis Leidel for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17670 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 22 Kas, 2011 1 kayıt (commit)
-
-
Julien Phalip yazdı
Disentangled some parts of the admin ChangeList and ListFilter's internals. With this refactoring, the query string lookups are now processed once instead of twice and some bugs (in particular the SimpleListFilter parameter name being mistaken for a model field in some cases) are avoided. Refs #17091. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17145 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 16 Eki, 2011 1 kayıt (commit)
-
-
Julien Phalip yazdı
Fixed #15221 -- Made the admin filters on foreign key and m2m relationships display the related field's verbose name instead of that of the related model. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16991 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Eki, 2011 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Fixed #16906 -- Format datetimes with str/unicode instead of strftime where possible: it's faster and it works for all dates. Also ensured that datetime_safe is used wherever strftime is called on dates/datetimes that may be before 1900. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16978 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Alex Gaynor yazdı
Convert much of the regression tests to use absolute imports. There's still work to be done though. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 08 Eyl, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replacement for a global module level variable. Thanks, jsdalton. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16725 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 28 Agu, 2011 2 kayıt (commit)
-
-
Julien Phalip yazdı
Fixed #16716 -- Fixed two small regressions in the development version introduced in r16144 where the changelist crashed with a 500 error instead of nicely operating a 302 redirection back to the changelist. The two specific cases were: * a lookup through a non-existing field and apparently spanning multiple relationships (e.g. "?nonexistant__whatever=xxxx"). * a proper list_filter's queryset failing with an exception. In Django 1.3 the queryset was only directly manipulated by the changelist, whereas in 1.4 the list_filters may manipulate the queryset themselves. The fix here implies catching potential failures from the list_filters too. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16705 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Julien Phalip yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16704 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Tem, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 02 Haz, 2011 1 kayıt (commit)
-
-
Luke Plant yazdı
Many thanks to bendavis78 for the initial patch, and for input from others. Also fixed #7309. If people were relying on the undocumented default ordering applied by the admin before, they will need to add 'ordering = ["-pk"]' to their ModelAdmin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 24 May, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #16080 -- Handle admin list filter items with two characters better. Thanks, Ales Zoulek and Julien Phalip. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16274 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 07 May, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #15971 -- Fixed regression introduced in r16144 that prevented the use of the field's verbose_name attribute. Thanks to mk and Julien. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16171 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 04 May, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #15960 -- Extended list filer API added in r16144 slightly to pass the current model admin to the SimpleListFilter.lookups method to support finer grained control over what is filtered over. Many thanks to Carl Meyer and Julien Phalip for the suggestion and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16152 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 03 May, 2011 2 kayıt (commit)
-
-
Jannis Leidel yazdı
Corrected the behavior of the SimpleFilter.lookups method to also be able to return None. Also modified example in documentation to be a bite more realistic. Refs #5833. Thanks for the hint, Martin Mahner. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Jannis Leidel yazdı
Fixed #5833 -- Modified the admin list filters to be easier to customize. Many thanks to Honza Král, Tom X. Tobin, gerdemb, eandre, sciyoshi, bendavis78 and Julien Phalip for working on this. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-