- 26 Ock, 2014 6 kayıt (commit)
-
-
Aymeric Augustin yazdı
Also added tests for get_model.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Following the app-loading refactor, these objects must live outside of django.contrib.sites.models because they must be available without importing the django.contrib.sites.models module when django.contrib.sites isn't installed. Refs #21680. Thanks Carl and Loic for reporting this issue.
-
Carl Meyer yazdı
Thanks Aymeric for the suggestion.
-
Carl Meyer yazdı
-
Carl Meyer yazdı
Also document the conditions under which a namespace package may or may not be a Django app, and raise a clearer error message in those cases where it may not be. Thanks Aymeric for review and consultation.
-
- 25 Ock, 2014 10 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Sephi for the report.
-
Chris Jerdonek yazdı
Clarified that queries in autocommit mode are committed immediately only if a transaction has not already been started. Added to the main transaction docs that Django's TestCase class implicitly wraps its tests in transactions.
-
Tim Graham yazdı
Added ticket #14007 contributors to AUTHORS
-
Simon Charette yazdı
BooleanFields are stored as TINYINT(1) on MySQL.
-
Mark Sandstrom yazdı
-
Jannis Leidel yazdı
Fixed #21867 -- Removed AppStaticStorage; app paths are now AppConfig's job.
-
Aymeric Augustin yazdı
Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion.
-
Carl Meyer yazdı
Thanks Aymeric for design discussion.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
- 24 Ock, 2014 7 kayıt (commit)
-
-
Carl Meyer yazdı
AppStaticStorage only provided one thing over FileSystemStorage, which was taking an app name (import path) and translating it into a filesystem path. This is now something that should be done via app_config.path instead, leaving AppStaticStorage with no reason for existence. It should be safe to remove, as it was undocumented internal API. There was some kind of feature in the AppDirectoriesFinder code related to a "prefix" attribute on the storage class used by AppDirectoriesFinder. Since this feature was undocumented, untested, and of unclear purpose, I removed it as well.
-
Arne Brodowski yazdı
-
Arne Brodowski yazdı
During the admin check for list_editable _check_list_editable_item should return an empty list if all checks pass. Additionally the Testcase test_readonly_and_editable was changed to test what the name implies instead of duplicating the logic of test_readonly.
-
Tim Graham yazdı
Thanks tragiclifestories for the report.
-
James Turley yazdı
-
Andrew Godwin yazdı
-
Anssi Kääriäinen yazdı
-
- 23 Ock, 2014 13 kayıt (commit)
-
-
Marc Tamlyn yazdı
Maths is hard.
-
Marc Tamlyn yazdı
We fork at beta. This branch will be recreated when the first beta is created. It has been merged in to maintain the version number bump and tag.
-
Tim Graham yazdı
We should branch after the first beta.
-
Marc Tamlyn yazdı
We did this for 1.6 and it was very effective. 95%+ of fixes which merge during the alpha are backported, as the policy is "all but really major features". It's easier to just not merge any really major features. After beta, we have feature freeze so we need to backport bugs to stable but not features, so then the branch makes sense.
-
Tom Atkins yazdı
-
Alex Gaynor yazdı
Fixes #21864: Close string in example of custom lookups doc page.
-
Baptiste Mispelon yazdı
Thanks to Chris Barna for the report.
-
Chris Barna yazdı
-
Tim Graham yazdı
Thanks marktranchant.
-
Tim Graham yazdı
-
Andrew Godwin yazdı
-
Marc Tamlyn yazdı
We did this for 1.6 and it was very effective. 95%+ of fixes which merge during the alpha are backported, as the policy is "all but really major features". It's easier to just not merge any really major features. After beta, we have feature freeze so we need to backport bugs to stable but not features, so then the branch makes sense.
-
James Bennett yazdı
-
- 22 Ock, 2014 4 kayıt (commit)
-
-
Baptiste Mispelon yazdı
-
Baptiste Mispelon yazdı
This is consistent with Python's official documentation and it's a sphinx recommendation too[1]. [1] http://sphinx-doc.org/markup/desc.html#dir-method Refs #21855.
-
Tim Graham yazdı
Thanks Giggaflop and Jennifer Casavantes.
-
Tim Graham yazdı
-