| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
transaction.
|
|
CommonMiddleware.
This speeds up affected requests by about 5%.
|
|
|
|
|
|
Thanks Chris Jerdonek for the suggestion and help with the patch.
|
|
|
|
Thanks Aymeric Augustin for review.
|
|
|
|
|
|
|
|
|
|
Thanks Loic Bistuer for review.
|
|
ForeignKey/OneToOneField
|
|
customization.
|
|
Changed the url template tag to use request.resolver_match.namespace as a
default for the current_app argument if request.current_app is not set.
|
|
Thanks Josh Smeaton for help on the tests.
|
|
Thanks tkrapp for the report and Tim Graham for the review.
|
|
Thanks Gwildor Sok for the report and Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
performance.
|
|
Due to the URL encoding applied by the tag for all parameters that might be
partly controllable by an end-user, there are no XSS/security problems
caused by this bug, only invalid HTML.
|
|
|
|
"As above" refers to a spatial orientation, which might
not be present, for example when the two password fields
are shown next to each other.
|
|
Only require GDAL if contained geometries need coordinate transformations.
Thanks drepo for the report and Tim Graham for the review.
|
|
|
|
Thanks Carl Meyer for review.
|
|
The whitespace added in 1101467ce0756272a54f4c7bc65c4c335a94111b
broke the initial comparison.
|
|
|
|
|
|
|
|
|
|
|