- 24 Eyl, 2014 3 kayıt (commit)
-
-
Loic Bistuer yazdı
This is a reliqua from the early days of the modeltests/regressiontests era.
-
Shai Berger yazdı
because the roles (specifically RESOURCE) are deprecated. Also added optional support for creating views in tests, and made an introspection test fail (rather than skip) if a view cannot be created due to lacking privileges. Refs #18782 Thanks Tim Graham for review, and Josh Smeaton
-
Tim Graham yazdı
-
- 23 Eyl, 2014 10 kayıt (commit)
-
-
Tim Graham yazdı
-
Loic Bistuer yazdı
and ReverseSingleRelatedObjectDescriptor so they actually return QuerySet instances. Also ensured that SingleRelatedObjectDescriptor.get_queryset() accounts for use_for_related_fields=True. This cleanup lays the groundwork for #23533. Thanks Anssi Kääriäinen for the review.
-
Loic Bistuer yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks rodolfo_3 for the report and the initial patch, and Josh Smeaton, Shai Berger and Tim Graham for the reviews.
-
Claude Paroz yazdı
-
Sergey Fedoseev yazdı
-
Sergey Fedoseev yazdı
-
Sergey Fedoseev yazdı
-
Loic Bistuer yazdı
-
- 22 Eyl, 2014 8 kayıt (commit)
-
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
-
Corey Farwell yazdı
-
velis74 yazdı
-
Dejan Noveski yazdı
-
Marc Tamlyn yazdı
-
Loic Bistuer yazdı
This cleanup lays the groundwork for #23533 and also addresses the issue that GeoManager.get_queryset() failed to pass the database router hints to the QuerySet constructor. Thanks Anssi Kääriäinen for the review.
-
- 21 Eyl, 2014 6 kayıt (commit)
-
-
Ola Sitarska yazdı
Thanks @abhillman and @Markush2010 for submitting the ticket.
-
Ola Sitarska yazdı
Thanks to @aaugustin for submitting the ticket.
-
Ola Sitarska yazdı
-
Claude Paroz yazdı
Refs commit 11f307a5.
-
Yuri Kriachko yazdı
Translating an empty string used to return the gettext catalog metadata instead of the empty string. Thanks Ned Batchelder for the suggestion, Tim Graham for the review and Anton Berezin and Claude Paroz for contributions to the patch.
-
Claude Paroz yazdı
Thanks aks for the report.
-
- 20 Eyl, 2014 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
>>> from django.template.defaultfilters import register >>> len(register.filters) 57
-
Aymeric Augustin yazdı
Don't recommend using sudo when installing uwsgi
-
Matt Robenolt yazdı
-
- 19 Eyl, 2014 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Josh Smeaton and Claude Paroz for advice.
-
Tim Graham yazdı
Originally I added migrations to flake8 exclude because of long lines in migration files, but there are other directories named migrations we do want to check. We are not warning on line lengths yet anyway.
-
Tim Graham yazdı
Thanks Marc Tamlyn for the patch.
-
Aymeric Augustin yazdı
-
- 18 Eyl, 2014 5 kayıt (commit)
-
-
Thomas Chaumeny yazdı
Thanks Tim Graham for the review.
-
Claude Paroz yazdı
Thanks Mattia Procopio for the report.
-
Claude Paroz yazdı
-
Tim Graham yazdı
Oracle cannot order_by() a TextField; refs #23504.
-
Damien Baty yazdı
-