- 28 Tem, 2013 3 kayıt (commit)
-
-
Julien Phalip yazdı
Fixed #11195 -- Added CSS classes to the changelist cells to allow style customizations. Thanks to akaihola, Ramiro Morales and vdboor for their work on the patch.
-
Julien Phalip yazdı
-
Florian Hahn yazdı
(bug was already fixed in #19357)
-
- 27 Tem, 2013 1 kayıt (commit)
-
-
Serge G. Spaolonzi yazdı
-
- 26 Tem, 2013 4 kayıt (commit)
-
-
Tim Graham yazdı
Thanks CollinAnderson for the report.
-
Tim Graham yazdı
-
Anssi Kääriäinen yazdı
It has been possible to use models of wrong type in related field lookups. For example pigs__in=[a_duck] has worked. Changes to ForeignObject broke that. It might be a good idea to restrict the model types usable in lookups. This should be done intentionally, not accidentally and without any consideration for deprecation path.
-
Loic Bistuer yazdı
Additionally this patch solves the orthogonal problem that specialized `QuerySet` like `ValuesQuerySet` didn't inherit from the current `QuerySet` type. This wasn't an issue until now because we didn't officially support custom `QuerySet` but it became necessary with the introduction of this new feature. Thanks aaugustin, akaariai, carljm, charettes, mjtamlyn, shaib and timgraham for the reviews.
-
- 25 Tem, 2013 7 kayıt (commit)
-
-
Carl Meyer yazdı
Previously, the CachedLoaderTests were never run at all.
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks bmispelon for the report.
-
mark hellewell yazdı
Thanks gcbirzan for the report.
-
Anssi Kääriäinen yazdı
-
Brenton Cleeland yazdı
Thanks simonb for the report.
-
- 24 Tem, 2013 7 kayıt (commit)
-
-
Preston Holmes yazdı
any choices set by formfield_for_choice_field are still subject to model validation of the model field's choices attribute
-
Tim Graham yazdı
-
Anssi Kääriäinen yazdı
1. Automatically use tests/../django as the Django version. 2. If settings aren't provided through --settings or DJANGO_SETTINGS_MODULE) then use test_sqlite.
-
Marc Tamlyn yazdı
Fixed typo in Custom management commands documentation.
-
Jon Lønne yazdı
-
Tim Graham yazdı
Thanks al_the_x for the report and fheinz for the draft patch.
-
Dominic Rodger yazdı
4e2e8f39 changed the way validate_email behaves for foo@localhost email addresses, but wasn't listed in the release notes.
-
- 23 Tem, 2013 10 kayıt (commit)
-
-
Tim Graham yazdı
Thanks laureline.guerin@ and Wedg.
-
ersran9 yazdı
-
Tim Graham yazdı
refs #20761
-
Pedro Mourelle yazdı
-
Aymeric Augustin yazdı
Thanks jpaglier and erikr.
-
Loic Bistuer yazdı
-
Kirill Fomichev yazdı
Thanks Tuttle for the report.
-
Anssi Kääriäinen yazdı
Refs #20611.
-
Anssi Kääriäinen yazdı
"Fixed" by adding a test case, the original problem was already fixed by earlier ORM changes. Thanks to david@judicata.com for the report and test case.
-
Anssi Kääriäinen yazdı
In the combination of .values().aggregate() the aggregate_select_mask didn't include the aggregates added. This resulted in bogus query. Thanks to Trac alias debanshuk for report.
-
- 22 Tem, 2013 4 kayıt (commit)
-
-
Marc Tamlyn yazdı
Fixed small grammatical error in docstring.
-
Tyler Garner yazdı
-
Claude Paroz yazdı
Thanks Martyn Clement for the report and the initial patch.
-
Claude Paroz yazdı
Thanks Tim Graham for the report.
-
- 21 Tem, 2013 3 kayıt (commit)
-
-
Thomas Sorrel yazdı
Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin templates to allow style customizations per app or per model.
-
Claude Paroz yazdı
Thanks Vincent Wagelaar for the report.
-
Karen Tracey yazdı
-
- 20 Tem, 2013 1 kayıt (commit)
-
-
Simon Charette yazdı
Browsers parse small factors of 10 as 0 under decimal notation. Thanks to Trac alias matklad for the report and Claude Paroz for the review.
-