- 07 Eki, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Ramiro for the report.
-
- 06 Eki, 2013 1 kayıt (commit)
-
-
Étienne Loks yazdı
-
- 05 Eki, 2013 7 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
-
Aymeric Augustin yazdı
Thanks Xelnor for the patch.
-
Anssi Kääriäinen yazdı
There were multiple cases where join promotion was a bit too aggressive. This resulted in using outer joins where not necessary. Refs #21150.
-
Anssi Kääriäinen yazdı
Added tests for a .annotate().select_related() join promotion failure. This happened to work on master but was currently untested.
-
Baptiste Mispelon yazdı
Thanks to berkerpeksag for the report and to claudep for the review.
-
- 04 Eki, 2013 6 kayıt (commit)
-
-
Simon Charette yazdı
-
Christopher Medrela yazdı
Thanks bartTC for the report.
-
Tai Lee yazdı
Don't set a global default interpreted role function for reStructuredText. Instead, use the `default-role` directive to change the default only within the `parse_rst()` function. Thanks Malcolm Tredinnick for the report.
-
Unai Zalakain yazdı
Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs.
-
Ryan Kaskel yazdı
Thanks Melevir for the suggestion.
-
Tim Graham yazdı
Thanks ryan at ryangallen.com for the report.
-
- 03 Eki, 2013 4 kayıt (commit)
-
-
Emil Stenström yazdı
Thanks ppetrid at yawd.eu for the suggestion.
-
Simon Charette yazdı
-
Anentropic yazdı
Fixed #19182 -- Fixed ModelAdmin.lookup_allowed to work with ('fieldname', SimpleListFilter) syntax. Thanks gauss for the report.
-
Ramiro Morales yazdı
Thanks Michael Manfre for the report, Raphaël Barrois for the patch and Claude Paroz, Aymeric Augustin for the reviews. Refs #7936.
-
- 02 Eki, 2013 10 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Jaime Irurzun for the report and initial patch and ejucovy for the test.
-
Andrew Godwin yazdı
-
Tim Graham yazdı
Thanks neithere for the suggestion.
-
Baptiste Mispelon yazdı
-
Tim Graham yazdı
-
Kevin Christopher Henry yazdı
- Fixed test that didn't close the files it opened - Caught and handled exception when temp directory cannot be removed
-
tschilling yazdı
Thanks Tuttle for the report.
-
Ramiro Morales yazdı
Take in account platform path separator. Refs #19552.
-
Ramiro Morales yazdı
os.symlink() is available starting with Windows Vista but can fail at runtime.
-
Ramiro Morales yazdı
-
- 01 Eki, 2013 11 kayıt (commit)
-
-
Ramiro Morales yazdı
Literals from source files with Django template language syntax don't have a '.py' suffix anymore. Also, the '.\' prefix is preserved to respect GNU gettext behavior on that platform. Refs #16903.
-
Ramiro Morales yazdı
Thanks rm_ for the suggestion.
-
Michael Manfre yazdı
The precision of time.time() is OS specific and it is possible for the resolution to be low enough to allow reading a cache key previously set with a timeout of 0.
-
Anssi Kääriäinen yazdı
Test models introduced for #10733 didn't contain default value for a BooleanField(). Check command didn't like that -> check tests failed.
-
Anssi Kääriäinen yazdı
In queries using .defer() together with .select_related() the values and fields arguments didn't align properly for resolve_columns().
-
Tim Graham yazdı
refs #17671
-
Anssi Kääriäinen yazdı
The bug was reported pre 1.1, and somewhere along the way it has been fixed. So, this is tests only addition.
-
Tim Graham yazdı
Thanks ramiro for the report.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks Aymeric Augustin for the suggestion. Refs #21165.
-
Anssi Kääriäinen yazdı
Avoid accessing query.extra and query.aggregates directly for .values() queries. Refs #20950.
-