| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Ensured squashed migrations are recorded as applied when the
migrate command is run and all of the original migrations
have been previously applied.
|
|
Thanks Simon Charette for review.
|
|
|
|
postgresql_psycopg2 backend.
|
|
|
|
As of b11564fd36587b1077bf7d77b62b7879cc08c382 it's no longer
used elsewhere in Django and it isn't a documented public API.
Thanks Simon Charette for review.
|
|
form with UUIDField pk.
|
|
Fixed in f59fd15c4928caf3dfcbd50f6ab47be409a43b01
|
|
|
|
|
|
Added django.views.i18n.json_catalog() view, which returns a JSON
response containing translations, formats, and a plural expression
for the specified language.
|
|
Thanks Anssi Kääriäinen for the draft text and Simon Charette
for review.
|
|
|
|
|
|
|
|
the environment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HStoreField
Correct test which was using the model field in a test form.
|
|
Unused since c2ba59fc1da5287d6286e2c2aca4083d5bafe056 (Django 1.0).
Thanks Andy Baker for the report.
|
|
fields.
|
|
|
|
|
|
'F' translates a month to a Korean name with a month number so,
for example, 'F 월' becomes '10 월월' for October. This should
be either 'F' or 'n월', and I followed conventions in other
languages like Japanese and Chinese.
|
|
|
|
|
|
|
|
|
|
|
|
2.0.7 was released in 2012.
|
|
|
|
|
|
|
|
|
|
transaction.
|
|
|
|
|
|
CommonMiddleware.
This speeds up affected requests by about 5%.
|
|
|
|
|
|
|
|
Thanks Chris Jerdonek for the suggestion and help with the patch.
|
|
|
|
upgrading to 1.8.
|