1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/django
Claude Paroz fc8efc2d9e Fixed #19034 -- Added proper i18n pluralization for max/min length validation messages
This was made possible by commit 3f1a0c0040. Thanks Evil Clay
for the report and Alexey Boriskin his work on the ticket.
2013-01-30 21:44:14 +01:00
..
bin Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
conf Fixed #19099 -- Split broken link emails out of common middleware. 2013-01-15 17:41:45 +01:00
contrib Implemented some SpatiaLiteOperations as cached properties 2013-01-29 19:39:11 +01:00
core Fixed #19034 -- Added proper i18n pluralization for max/min length validation messages 2013-01-30 21:44:14 +01:00
db Fixed typos in docs and comments 2013-01-29 10:55:55 -07:00
dispatch Fixed #16679 -- Use caching to speed up signal sending 2012-12-16 21:46:02 +02:00
forms Fixed #19034 -- Added proper i18n pluralization for max/min length validation messages 2013-01-30 21:44:14 +01:00
http Kill mx.TextTools with fire 2013-01-15 10:15:40 -08:00
middleware Fixed typos in docs and comments 2013-01-29 10:55:55 -07:00
shortcuts Fixed #19432 -- Provided better error message for get_object_or_404 2012-12-12 22:05:00 +01:00
template Merge pull request #595 from bmispelon/patch-1 2012-12-29 13:39:52 -08:00
templatetags
test Fixed #19546 - ensure that deprecation warnings are shown during tests 2013-01-09 08:19:22 -08:00
utils Fixed #19160 -- Made lazy plural translations usable. 2013-01-30 20:28:16 +01:00
views Fixed #19076 -- Added content_type attribute to TemplateView. 2013-01-30 21:26:17 +01:00
__init__.py