- 28 Şub, 2014 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Fixed #22028 -- Documented that database signals aren't emitted for apps that laack a models module. Thanks un33k for the suggestion and donjpacheco for the draft patch.
-
Greg Chapple yazdı
-
Tim Graham yazdı
Refs #19280 and Refs #19392.
-
vvojvoda yazdı
-
Claude Paroz yazdı
-
- 27 Şub, 2014 3 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Aymeric Augustin for the suggestion.
-
Alex Gaynor yazdı
Fixed documention typo
-
jibreel yazdı
-
- 26 Şub, 2014 4 kayıt (commit)
-
-
Claude Paroz yazdı
This allows us to ignore empty dirs or other unrelated dirs. Thanks Sebastian Pawluś for the report and the initial patch.
-
Bouke Haarsma yazdı
By removing the 'supported' keyword from the detection methods and only relying on a cached settings.LANGUAGES, the speed of said methods has been improved; around 4x raw performance. This allows us to stop checking Python's incomplete list of locales, and rely on a less restrictive regular expression for accepting certain locales. HTTP Accept-Language is defined as being case-insensitive, based on this fact extra performance improvements have been made; it wouldn't make sense to check for case differences.
-
Martin Matusiak yazdı
-
navneet suman yazdı
Thanks skipjack at peru.com for the suggestion.
-
- 25 Şub, 2014 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Rik yazdı
Thanks simon29 for the suggestion.
-
Henk Vos yazdı
Thanks EvilDMP for the suggestion.
-
Szczepan Cieślik yazdı
-
Iacopo Spalletti yazdı
-
- 24 Şub, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks donjpacheco for the initial patch.
-
- 23 Şub, 2014 9 kayıt (commit)
-
-
Greg Chapple yazdı
Refs #22015
-
Claude Paroz yazdı
-
Alex Gaynor yazdı
-
Daniele Procida yazdı
Fixed #22019 -- added documentation on Model attributes
-
Nicolaas Heyning yazdı
-
Alex de Landgraaf yazdı
-
Patrick Robertson yazdı
The docstring of FilterExpression said that it shouldn't be instantiated from anywhere but the get_filters_from_token helper function. However, that helper function was deleted in commit 3ede006f and FilterExpression is instantiated from inside the compile_filter help function.
-
Baptiste Mispelon yazdı
When using the `parsed` option, {% ssi %} has the same limitation as {% include %}, namely that the rendering of the included template is done separately. Thanks to trac user nagyv for the report and to alextreme for the patch.
-
Andrew Gorcester yazdı
Added reversible property to RunPython so that migrations will not refuse to reverse migrations including RunPython operations, so long as reverse_code is set in the RunPython constructor. Included tests to check the reversible property on RunPython and the similar RunSQL.
-
- 22 Şub, 2014 12 kayıt (commit)
-
-
Marcin Sokół yazdı
Thanks to trac user nikunj.sg for the report.
-
Baptiste Mispelon yazdı
Thanks to kezabelle for the report and original patch and to numerodix for his improved patch.
-
Baptiste Mispelon yazdı
-
Greg Chapple yazdı
-
Alex Gaynor yazdı
-
Jochem Oosterveen yazdı
-
Erik Romijn yazdı
Fixed #22120 -- Documented persistent activation of languages and cleaned up language session key use
-
Marcin Sokół yazdı
-
Erik Romijn yazdı
-
Baptiste Mispelon yazdı
The new error message now hints that the most likely issue is a circular import. Thanks to trac user elena for the report and to bpeschier for the original patch.
-
Martin Matusiak yazdı
Thanks to trac user kinjal.dixit for the report.
-
Baptiste Mispelon yazdı
Refs #21725.
-