- 25 May, 2013 7 kayıt (commit)
-
-
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 19 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ı
-
Russell Keith-Magee yazdı
Fixed #20478 – Added support for HTTP PATCH method in generic views.
-
- 22 May, 2013 4 kayıt (commit)
-
-
Claude Paroz yazdı
gettext 0.15 has been released in July 2006.
-
Claude Paroz yazdı
The regex method used until now for the strip_tags utility is fast, but subject to flaws and security issues. Consensus and good practice lead use to use a slower but safer method.
-
Tim Graham yazdı
Thanks Ramiro Morales for the initial patch and Preston Holmes for the review.
-
Tim Graham yazdı
-