summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2006-05-18fixed #1893: updated hebrew translationGeorg Bauer
2006-05-18Fixed #1904 -- Got postgresql_psycopg2 backend working. Thanks for the patch,...Adrian Holovaty
2006-05-17fixed #1906: updated zh_CN translationGeorg Bauer
2006-05-17Added comment explaining nonobvious self.__dict__ assignment in django.conf._...Adrian Holovaty
2006-05-16Added postgresql_psycopg2 backend, which is untested, just for a starting pointAdrian Holovaty
2006-05-16Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django....Adrian Holovaty
2006-05-16Fixed #1830 -- MySQL inspectdb now detects tinyint field properlyAdrian Holovaty
2006-05-16Fixed #1834 -- Added docstrings to admin template tags. Thanks, ubernostrumAdrian Holovaty
2006-05-16updated translation files - new message IDs from magic removalGeorg Bauer
2006-05-16switched el translation to iso-8859-1 to prevent compile-messages and make-me...Georg Bauer
2006-05-16updated german translationsGeorg Bauer
2006-05-16fixed #1854: updated icelandic translationsGeorg Bauer
2006-05-16fixed #1831: added hungarian translationGeorg Bauer
2006-05-16fixed #1817: added translation hooks for 3-letter month namesGeorg Bauer
2006-05-16fixed #1660: added support functions and tags for bidi language supportGeorg Bauer
2006-05-16Added first stab at reverse matching to urlresolvers.pyAdrian Holovaty
2006-05-15Fixed #1884 -- Made django.db.models.options.get_verbose_name smarter. Thanks...Adrian Holovaty
2006-05-15Fixed #1852 -- Improved TemplateSyntaxError to display the original exception...Adrian Holovaty
2006-05-15Fixed #1849 -- Slugifying now collapses consecutive hyphens to a single hyphe...Adrian Holovaty
2006-05-15Fixed #1864 -- Changed ContentType repr to strAdrian Holovaty
2006-05-15Fixed #1858 : typo in get_FIELD_size() method. Thanks, tom@jerakeen.org.Malcolm Tredinnick
2006-05-14Fixed #1530 -- make count() respect distinct() on QuerySets. Create someMalcolm Tredinnick
2006-05-13Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded usingJacob Kaplan-Moss
2006-05-11Fixed CsrfMiddleware post processing so that it in the presence of multipleLuke Plant
2006-05-11Fixed #1827 - added 'id' attribute to generated CSRF hidden field. Good call...Luke Plant
2006-05-11Changed Site model to use str, not reprAdrian Holovaty
2006-05-11Fixed #1837 -- Gave FlatPage a strAdrian Holovaty
2006-05-10Added Model.__str__() default fallback, and changed Model.__repr__() to embed...Adrian Holovaty
2006-05-09Fixed #1743 -- Updated Norwegian translations. Thanks, espen.grindhaugAdrian Holovaty
2006-05-09Fixed #1757 -- Updated Dutch translation. Thanks, RudolphAdrian Holovaty
2006-05-09Added padding fix to container to address reported display issues in Safari.Wilson Miner
2006-05-09Fixed #1804 -- Updated fr translation. Thanks, gael.dev@4now.netAdrian Holovaty
2006-05-09Fixed #1806 -- Updated ja translation. Thanks, mtsuyuki@gmail.comAdrian Holovaty
2006-05-09Fixed #1752 -- Updated cs translations. Thanks, radekAdrian Holovaty
2006-05-09Fixed #1477 -- Made maxlength overridablef for URLField formfieldAdrian Holovaty
2006-05-09Fixed #1797 -- Fixed NameError in ado_mssql backend. Thanks, pbAdrian Holovaty
2006-05-09Fixed #1819 -- inspectdb no longer puts null=True for TextField and CharField...Adrian Holovaty
2006-05-09Fixed #1818 -- Added better error message for FieldDoesNotExist error. Thanks...Adrian Holovaty
2006-05-08Added CsrfMiddleware to contrib, and documentation.Luke Plant
2006-05-06Fixed #1785 -- debug view no longer assumes _get_lines_from_file returns None...Adrian Holovaty
2006-05-06Changed the admin index to sort models alphabetically.Luke Plant
2006-05-06Removed unused code.Luke Plant
2006-05-06Made QuerySet slicing return IndexError instead of DoesNotExist (and related ...Luke Plant
2006-05-06Fixed #1776 -- Fixed bug in DateQuerySet when the field is null. Thanks, Chri...Adrian Holovaty
2006-05-06Fixed QuerySet __getitem__ corner case so that it throws exceptions consistentlyLuke Plant
2006-05-06Improved runserver to display 'CONTROL-C' vs. 'CTRL-BREAK' based on the curre...Adrian Holovaty
2006-05-06Fixed #1777 -- Fixed bug in date conversion in SQLite backend. Thanks, dart@g...Adrian Holovaty
2006-05-06Fixed #1579 - added support for 'Q' objects in limit_choices_to.Luke Plant
2006-05-05Fixed #1722 -- Fixed bug in CommentManager.user_is_moderator(). Thanks, Jure ...Adrian Holovaty
2006-05-05Fixed #1762 -- Fixed Windows error in django.core.management. Thanks, ross.la...Adrian Holovaty