- 06 Kas, 2013 8 kayıt (commit)
-
-
Baptiste Mispelon yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Baptiste Mispelon yazdı
deprecated ones. Thanks to bouke for pointing this out.
-
Baptiste Mispelon yazdı
-
Baptiste Mispelon yazdı
Thanks Claude for catching it.
-
Ramiro Morales yazdı
-
Simon Charette yazdı
-
- 05 Kas, 2013 6 kayıt (commit)
-
-
Baptiste Mispelon yazdı
It's possible to use something like {{ foo|dictsort:'bar.baz' }} but this wasn't tested or documented.
-
Aymeric Augustin yazdı
Thanks Tim.
-
Baptiste Mispelon yazdı
-
Bouke Haarsma yazdı
Improved documentation about zh-* deprecation and upgrade path. Thanks to Baptiste Mispelon for the code reviews.
-
Anssi Kääriäinen yazdı
This issue was fixed when the contenttype restriction was moved from where clause to the join clause. So, this is tests only addition.
-
Alex Gaynor yazdı
-
- 04 Kas, 2013 7 kayıt (commit)
-
-
Baptiste Mispelon yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Fixed #18149 -- Changed language codes for Chinese
-
Bouke Haarsma yazdı
Language codes for Chinese are zh_Hans (Simplified) and zh_Hant (Traditional). Added support for browsers that still send the deprecated language codes. Thanks to Olli Wang for the report.
-
Aymeric Augustin yazdı
#14170 -- Reset i18n cache when settings changed
-
Aymeric Augustin yazdı
Otherwise the kqueue-based autoreloader may not see changes to files that weren't imported when the server started. Thanks Bouke Haarsma for the report and Loïc Bistuer for locating the problem.
-
Alex Gaynor yazdı
-
- 03 Kas, 2013 19 kayıt (commit)
-
-
Bouke Haarsma yazdı
Thanks to Henrik Levkowetz and olau for their reports and initial patches.
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
Cleanup/pep8 tests
-
Alex Gaynor yazdı
Fixed flake8 E251 violations
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
Florian Apolloner yazdı
Depending on the order of the tests beeing run, 10 can be a valid pk, 0 can never be a valid pk and as such we will get the wanted ValidationError.
-
Florian Apolloner yazdı
Refs #21302
-
Jim Bailey yazdı
model_to_dict() (used when rendering forms) queries the database to get the list of primary keys for ManyToMany fields. This is unnecessary if the field queryset has been prefetched, all the keys are already in memory and can be obtained with a simple iteration.
-
Milton Mazzarri yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Bouke Haarsma yazdı
-
Aymeric Augustin yazdı
Fixed failing test around DST change.
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
Alex Gaynor yazdı
-
Ray Ashman Jr yazdı
-
Ray Ashman Jr yazdı
-