- 20 Agu, 2013 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 19 Agu, 2013 12 kayıt (commit)
-
-
Simon Charette yazdı
-
Simon Charette yazdı
-
Rainer Koirikivi yazdı
The default delete action resulted in a NoReverseMatch if it were to list any Model with a ModelAdmin with `get_urls` overridden to remove the change url. Catching the error and not displaying the link in that case, as was already done for models with no registered admins. Thanks Keryn Knight for the report.
-
Anssi Kääriäinen yazdı
Caused by commit 7737305a
-
Tim Graham yazdı
-
Anssi Kääriäinen yazdı
The EmptyResultSet wasn't treated correctly so the end results was incorrect, too. The bug had been already fixed in master so only tests added.
-
Anssi Kääriäinen yazdı
There were clauses that weren't needed in the subqueries. These were ORDER BY, SELECT FOR UPDATE and related selections.
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
An isnull lookup produced incorrect SQL. This was already fixed earlier, so only tests added.
-
Anssi Kääriäinen yazdı
Added proxy_models tests by Harm Geerts <github@geertswei.nl>.
-
Anssi Kääriäinen yazdı
Fixed #11892, fixed #16458, fixed #14492.
-
- 18 Agu, 2013 3 kayıt (commit)
-
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
Proxy __len__ and __contains__ for LazyObject
-
Nick Bruun yazdı
-
- 17 Agu, 2013 1 kayıt (commit)
-
-
Carl Meyer yazdı
-
- 16 Agu, 2013 2 kayıt (commit)
-
-
Harm Geerts yazdı
-
Claude Paroz yazdı
Python 2.7 allows to combine several 'with' instructions.
-
- 15 Agu, 2013 5 kayıt (commit)
-
-
Alasdair Nicol yazdı
Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch.
-
Tim Graham yazdı
Thanks AtomicSpark for the report.
-
Nick Bruun yazdı
-
James Bennett yazdı
Forwardport of 61283a82 from 1.5.x
-
Tim Graham yazdı
-
- 14 Agu, 2013 4 kayıt (commit)
-
-
Alasdair Nicol yazdı
Follows 3f2befc9
-
Tim Graham yazdı
-
Jonathan Slenders yazdı
Thanks clay.evil@ for the suggestion.
-
SusanTan yazdı
Thanks Jug_ for suggestion, john_scott for the initial patch, and Tim Graham for code review.
-
- 13 Agu, 2013 12 kayıt (commit)
-
-
Krzysztof Jurewicz yazdı
-
Florian Apolloner yazdı
-
Matt Johnson yazdı
In `BoundField.__iter__`, the widget's id attribute is now passed to each subwidget. A new id_for_label property was added to ChoiceInput.
-
Tim Graham yazdı
-
Jacob Kaplan-Moss yazdı
This is a security fix; disclosure to follow shortly.
-
Jacob Kaplan-Moss yazdı
This is a security fix; disclosure to follow shortly.
-
Anssi Kääriäinen yazdı
The fix for #20874 caused a MySQL specific failure.
-
Tim Graham yazdı
Fixed overflow for the "Recent Actions" widget on the admin index.
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
Previously the CSS targeted "li.changelink" and therefore didn't work for the "add" and "delete" actions. Refs #14868.
-
Anssi Kääriäinen yazdı
Also made some cleanup to build_filter() code by introducing submethods solve_lookup_type() and prepare_lookup_value().
-
Ramiro Morales yazdı
While using USE_L10N, line numbers and IDs were printed as comma (or locale equivalent) separated values. Thanks Kronuz for the report and intial patch. Fixes #20861.
-