- 21 Kas, 2013 10 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Bouke Haarsma for the review.
-
Claude Paroz yazdı
Thanks guido@20tab.com for the report and Tim Graham for the analyze.
-
Claude Paroz yazdı
-
Unai Zalakain yazdı
Using `django.test.client.RequestFactory` solves the problem and cleans up all the `get_request` mess.
-
Loic Bistuer yazdı
-
Markus Amalthea Magnuson yazdı
Added an explicit mention of the exact value ranges for integer type fields that are safe in all databases supported by Django. Also, put all value numbers inside double ticks.
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
Report, analysis and tests from stephenmcd.
-
Anssi Kääriäinen yazdı
Refs #8261 -- Fixed regression introduced by fd219fa2.
-
Loic Bistuer yazdı
ModelAdmin displayed the "View on site" link even if the Model didn't define the `get_absolute_url()` method.
-
- 20 Kas, 2013 4 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks agale031176@gmail.com for the report.
-
Baptiste Mispelon yazdı
Thanks to Sergey Sorokin for the report and to Bouke Haarsma for the review.
-
Baptiste Mispelon yazdı
Thanks to Tim for the review.
-
xuxiang yazdı
-
- 19 Kas, 2013 9 kayıt (commit)
-
-
Alex Gaynor yazdı
-
Dražen Lučanin yazdı
setuptools has merged with distribute.
-
Baptiste Mispelon yazdı
-
Alex Gaynor yazdı
fixed typo in builtins.txt
-
Julia Antokhine yazdı
-
Rocky Meza yazdı
-
Vajrasky Kok yazdı
Reviewed by Chris Medrela.
-
Unai Zalakain yazdı
Requests made with django.test.Client.login() and logout() respect defaults defined in django.test.Client instantiation and are processed through middleware. Thanks to Loic for the reviews.
-
Tim Graham yazdı
-
- 18 Kas, 2013 10 kayıt (commit)
-
-
Loic Bistuer yazdı
This would go unnoticed by the test suite because receivers are removed automatically when they are garbage collected. Changed all Signal.connect calls to hold strong references to ensure we clean up after ourselves.
-
Claude Paroz yazdı
Thanks Keryn Knight for the report.
-
Baptiste Mispelon yazdı
-
Loic Bistuer yazdı
This patch also made the tests less likely to pollute the global state in case of failure.
-
Claude Paroz yazdı
Thanks Elec for the report and Simon Charette for the review.
-
Claude Paroz yazdı
Thanks Elec for the report and Simon Charette for the review. Refs #21397.
-
Tim Graham yazdı
Thanks marcin at sokrates.pl.
-
Tim Graham yazdı
Thanks pwr for the suggestion.
-
Chris Beaven yazdı
Fixes #21455 - Optimise admin images Every bit is sacred Every bit is great If a bit is wasted God gets quite irate
-
Curtis Maloney yazdı
-
- 17 Kas, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Partial forward port of e85baa81.
-
- 16 Kas, 2013 4 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
On Python 3 sorting Fields mixed with GenericForeignKeys doesn't work as GenericForeignKey isn't a subclass of django.db.models.fields.Field. Refs #21428.
-
Anssi Kääriäinen yazdı
The GenericRelation refactoring removed GenericRelations from model._meta.many_to_many. This had the side effect of disallowing editable GenericRelations in ModelForms. Editable GenericRelations aren't officially supported, but if we don't fix this we don't offer any upgrade path for those who used the ability to set editable=True in GenericRelation subclass. Thanks to Trac alias joshcartme for the report and stephencmd and Loic for working on this issue.
-
Claude Paroz yazdı
-
Baptiste Mispelon yazdı
Also added some tests for HttpRequest.__repr__. Note that the added tests don't actually catch the accidental code removal (see ticket) but they do cover a codepath that wasn't tested before. Thanks to Tom Christie for the report and the original patch.
-
- 15 Kas, 2013 2 kayıt (commit)
-
-
Tim Graham yazdı
Thanks alasdair.
-
glts yazdı
Unfortunately, escape sequences (\x.. or \u....) do not fit well with the gettext toolchain. Falling back to using literal char, even if visibility is not ideal.
-