- 25 May, 2013 12 kayıt (commit)
-
-
Preston Holmes yazdı
SuspiciousOperations have been differentiated into subclasses, and are now logged to a 'django.security.*' logger. SuspiciousOperations that reach django.core.handlers.base.BaseHandler will now return a 400 instead of a 500. Thanks to tiwoc for the report, and Carl Meyer and Donald Stufft for review.
-
Shai Berger yazdı
The test was always skipped on Python3 because string literals are unicode
-
Shai Berger yazdı
Test expected that when given invalid utf-8, the backend should raise a DatabaseError, but the Oracle backend raises a UnicodeDecodeError.
-
Andrew Jesaitis yazdı
Thanks Joshua Fialkoff for the report.
-
Baptiste Mispelon yazdı
-
Claude Paroz yazdı
Thanks Denis Martinez for the report and initial patch, and Sergey Kolosov for bringing the patch up to date.
-
Claude Paroz yazdı
Updated core/admin/admindocs/comments translation catalogs.
-
Claude Paroz yazdı
-
Marc Egli yazdı
Using two separate translation strings instead of gettext plural when there is no reference to the number in the translated string. This prevents some translations like Russian and Latvian to use the singular form for 11 or 21.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Ram Rachum for the report and the initial patch, and Simon Charette for the review.
-
Vlastimil Zíma yazdı
* LocaleMiddleware stores language into session if it is not present there.
-
- 24 May, 2013 10 kayıt (commit)
-
-
Andrew Godwin yazdı
-
Claude Paroz yazdı
Regression was introduced in 6a6bb168. Thanks Bas Peschier for the report.
-
Tim Graham yazdı
-
Tim Graham yazdı
Updated link to jQuery Cookie plugin site
-
Preston Holmes yazdı
Updated link to active project for ODBC backend
-
Brian Rosner yazdı
-
Alasdair Nicol yazdı
-
Paul Tax yazdı
It took me quite some time to find if and where the ODBC backend was maintained. I found (on djangoproject.com): http://code.google.com/p/django-pyodbc/ (last commit about 3 years ago) then: https://github.com/avidal/django-pyodbc avidal fork. then: https://github.com/aurorasoftware/django-pyodbc/ aurorasoftware version which has avidal improvements merged. Avidals version now links to https://github.com/aurorasoftware/django-pyodbc/ which is also the version installed through PIP.
-
Luke Plant yazdı
-
Luke Plant yazdı
Thanks to av@rdf.ru and flarno11@yahoo.de for the report.
-
- 23 May, 2013 18 kayıt (commit)
-
-
Gavin Wahl yazdı
Allows a `GenericForeignKey` to reference proxy models. The default for `for_concrete_model` is `True` to keep backwards compatibility. Also added the analog `for_concrete_model` kwarg to `generic_inlineformset_factory` to provide an API at the form level.
-
Donald Stufft yazdı
Only make assertions that actually test the functionality of the change and not unrelated pieces.
-
Tim Graham yazdı
Thanks uberj@ for the report and lolek09 for the patch.
-
Tim Graham yazdı
-
Alex Gaynor yazdı
-
Andrew Godwin yazdı
-
Claude Paroz yazdı
Refs #20474.
-
Claude Paroz yazdı
Refs #20474.
-
Claude Paroz yazdı
-
Tim Graham yazdı
Thanks Katya for the suggestion.
-
Tim Graham yazdı
Thanks diek@ for the suggestion.
-
Tim Graham yazdı
Thanks jacob for the suggestion and ryankask for the patch.
-
Claude Paroz yazdı
-
Ramiro Morales yazdı
Don't try to be smart about building a good-looking help string because it evaluates translations too early, simply use the same old strategy as before. Thanks Donald Stufft for the report. Also, actually fix the case reported by the OP by special-casing CheckboxSelectMultiple. Added tests. Refs #9321.
-
Marc Tamlyn yazdı
Fixed comments for translators example in the i18n documentation
-
Panagiotis H.M. Issaris yazdı
The documentation regarding adding a comment for translators was confusing as the example contained mismatching tags.
-
Donald Stufft yazdı
Fixed #11398 - Added a pre_syncdb signal
-
Donald Stufft yazdı
-