summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-04-11gis: added models for the PostGIS/OGC geometric tables 'spatial_ref_sys' andJustin Bronn
2007-03-31gis: two big changes:Justin Bronn
2007-03-31gis: geographic oldforms, allows editing of geometries as WKT in adminJustin Bronn
2007-03-31gis: module for interfacing with GEOS routines.Justin Bronn
2007-03-29gis: Merged revisions 4799-4809 via svnmerge.Jeremy Dunck
2007-03-29gis: From jbronn:Jeremy Dunck
2007-03-23gis: And added missing fields init.Jeremy Dunck
2007-03-23gis: Moved files to their appropriate locations from bad commit in [4785].Jeremy Dunck
2007-03-23gis: Merged revisions 4669-4785 via svnmerge from trunk.Jeremy Dunck
2007-03-23gis: checked in latest from jbronn from Mar 19.Jeremy Dunck
2007-03-07gis: changed fields.GeometryField to implement get_internal_type.Jeremy Dunck
2007-03-07gis: Added beginnings of django.contrib.gis.Jeremy Dunck
2007-03-06gis: Merged revisions 4564-4668 via svnmerge fromJeremy Dunck
2007-02-23Fixed silly typo in [4651].Jacob Kaplan-Moss
2007-02-23Fixed #3558: [4558] broken in Python 2.3; this fixes that breakage. Thanks fo...Jacob Kaplan-Moss
2007-02-23Fixed #3541: queryset.count() now respects the queryset cache.Jacob Kaplan-Moss
2007-02-23Fixed #343: filters that take strings now handle non-strings correctly. Thank...Jacob Kaplan-Moss
2007-02-21Changed database PhoneNumberField to use USPhoneNumberField as its newforms f...Adrian Holovaty
2007-02-21Removed unimplemented allow_letters option from USPhoneNumberFieldAdrian Holovaty
2007-02-21Added newforms USPhoneNumberField in django.contrib.localflavor.usaAdrian Holovaty
2007-02-21Added a comment to ModelChoiceField from [4552]Adrian Holovaty
2007-02-21Fixed #3534 -- newforms ModelChoiceField and ModelMultipleChoiceField no long...Adrian Holovaty
2007-02-20Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice...Adrian Holovaty
2007-02-20Fixed #3247 -- newforms form_for_model() and form_for_instance() no longer cr...Adrian Holovaty
2007-02-20Fixed #3257 -- Added newforms ModelChoiceField and ModelMultipleChoiceField, ...Adrian Holovaty
2007-02-20Fixed #2455 -- Added newforms USStateSelect widget in django.contrib.localfla...Adrian Holovaty
2007-02-19Fixed #3510 -- newforms validation errors are now HTML-escaped for HTML outpu...Adrian Holovaty
2007-02-19Improved newforms to handle wacky characters in Field help_textAdrian Holovaty
2007-02-19Fixed behaviour of admin interface (and AddManipulator) whenMalcolm Tredinnick
2007-02-18Fixed #2916 -- Moved syncdb call out of simple test runner and into create_te...Russell Keith-Magee
2007-02-18Fixed #3210 -- Modified test Client.login() to use urlparse, allowing absolut...Russell Keith-Magee
2007-02-17Fixed #3259 -- Fixed problem with prepopulate_from for fields containingMalcolm Tredinnick
2007-02-17Fixed #3067 -- Improved caching of machine hostname to increase server restartMalcolm Tredinnick
2007-02-17Added workaround for loading duplicate model classes in management shell. PatchMalcolm Tredinnick
2007-02-17Fixed a warning generated by the (empty) Latvian djangojs.po file.Malcolm Tredinnick
2007-02-17Fixed #3500 -- Updated Japanese translation. Thanks, Makoto Tsuyuki.Malcolm Tredinnick
2007-02-17Fixed #1138 -- Applied a small fix to the Dutch translation. Thanks Niels Poppe.Malcolm Tredinnick
2007-02-17Fixed #3160 -- Added the ability to control the content type in a test client...Russell Keith-Magee
2007-02-15Fixed #3506 -- Changed newforms BoundField.help_text to an empty string if No...Adrian Holovaty
2007-02-15Fixed #3503 -- Added newforms UKPostcodeField in django.contrib.localflavor.u...Adrian Holovaty
2007-02-15Implented newforms USStateField in django.contrib.localflavor.usa. Refs #2455Adrian Holovaty
2007-02-15Created django.contrib.localflavor, for country- and culture-specific functio...Adrian Holovaty
2007-02-15Fixed #3409 -- Added render_value argument to newforms PasswordInput. Thanks ...Adrian Holovaty
2007-02-15Fixed #3314 -- Fixed a bug in newforms smart_unicode. Thanks for the patch, neshAdrian Holovaty
2007-02-15Fixed #3456 -- Made it easier/more intuitive to render newforms help_text in ...Adrian Holovaty
2007-02-15Added empty space in newforms BaseForm.__init__() to visually group a lengthy...Adrian Holovaty
2007-02-15Fixed #1466 -- Added newforms USZipCodeFieldAdrian Holovaty
2007-02-15Fixed #3494 -- Small correct to djangojs.po for German (de) translation. ThanksMalcolm Tredinnick
2007-02-15Fixed #3451 -- Small fix to Finnish translation. Thanks jtorma.Malcolm Tredinnick
2007-02-15Fixed #3429 -- Updated German (de) translation. Thanks djunky.Malcolm Tredinnick