- 09 Eyl, 2012 7 kayıt (commit)
-
-
Karen Tracey yazdı
-
Carl Meyer yazdı
The problem description in #18239 asserted that http://bugs.python.org/issue670664 was fixed in Python 2.6.8, but based on http://bugs.python.org/issue670664#msg146770 it appears that's not correct; the fix was only applied in 2.7, 3.2, and Python trunk. Therefore we must use our patched HTMLParser subclass in all Python 2.6 versions.
-
Carl Meyer yazdı
-
Karen Tracey yazdı
The previously-referenced wiki page documents backwards-incompatible changes from .96 to 1.0. Changed that referece to point to current in-development release notes, which is where such changes are now documented.
-
Florian Apolloner yazdı
-
Malcolm Tredinnick yazdı
-
Carl Meyer yazdı
-
- 08 Eyl, 2012 32 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
In an ideal world, nothing except django.db.models.query should have to import stuff from django.models.sql.*. A few things were needing to get hold of sql.constants.LOOKUP_SEP, so this commit moves it up to django.db.models.constants.LOOKUP_SEP. There are still a couple of places (admin) poking into sql.* to get QUERY_TERMS, which is unfortunate, but a slightly different issue and harder to adjust.
-
Carl Meyer yazdı
Thanks UloPe and Eric Florenzano for the patch, and Malcolm Tredinnick for review.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Carl Meyer yazdı
-
Carl Meyer yazdı
Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more useful.Thanks Nick Coghlan for the report, and Malcolm Tredinnick for review.
-
James Bennett yazdı
Ticket 18657: Fix inconsistent DB names in router example.
-
James Bennett yazdı
-
James Bennett yazdı
-
James Bennett yazdı
This rewrites the entire example to use the same DB names throughout, and also is hopefully a bit more sensibly described. Additionally, the missing import of the random module for choosing a read slave is included in the example now.
-
Claude Paroz yazdı
Some backends issue a warning here, others not. This is not the primary goal of the test, so the assertion about the warning has been removed. Thanks Carl Meyer for noticing the issue and suggesting the fix.
-
Tim Graham yazdı
-
Travis Swicegood yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Fixed #18832 - Updated ModelForm example fields to match note below
-
Tim Graham yazdı
-
Carl Meyer yazdı
Fixed a typo in the Python 3 compatibility docs.
-
Michal Petrucha yazdı
-
Nick Martini yazdı
-
Aymeric Augustin yazdı
Fixes #18245. Refs #3542.
-
Preston Holmes yazdı
-
Aymeric Augustin yazdı
Removed admin's swallowing of AttributeError (#16655, #18593, #18747)
-
Travis Swicegood yazdı
During the new-admin changes, catching of AttributeError was added to the admin. This patch removes that as it's no longer possible to add a value to a ModelAdmin that is not available. Adding an attribute that can not be called causes an ImproperlyConfigured exception to be raised.
-
Tim Graham yazdı
Thanks mrmagooey for the draft patch.
-
Aymeric Augustin yazdı
Refs #16023.
-
Tim Graham yazdı
Thanks Nick Martini for the patch.
-
Tim Graham yazdı
Fixed #18928 - Tightened language in docs/README
-
Tim Graham yazdı
Thanks Shabda Raaj for the draft patch.
-
Claude Paroz yazdı
Refs #17574.
-
Shabda Raaj yazdı
-
Justin Bronn yazdı
-
- 07 Eyl, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
* Stated upfront that the messages framework is enabled by default. * Explained why FallbackStorage, despites its unattractive name, is the default and likely the most efficient message storage class. Thanks Jeremy Dunck for the review. Closes #17026 (again).
-