summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2007-01-22Changed database Field formfield() methods to take arbitrary kwargs, which ar...Adrian Holovaty
2007-01-10Fixed #3267 -- newforms: Changed database TextField to render as Textarea in ...Adrian Holovaty
2007-01-08Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.Jacob Kaplan-Moss
2007-01-04Fixed #2473 -- Added special case for '__in=[]' (empty set) queries, because ...Russell Keith-Magee
2006-12-30Fixed #3151 -- Improved MySQL backend not to send 'SET NAMES utf8' before eve...Adrian Holovaty
2006-12-30newforms: Got form_for_instance() to select initial ManyToManyField values pr...Adrian Holovaty
2006-12-29Fixed #3205 -- Fixed bug in custom postgresql executemany wrapper. Thanks for...Adrian Holovaty
2006-12-28Added value_from_object method to db Field classAdrian Holovaty
2006-12-28Negligible style fix to db/models/fields/__init__.pyAdrian Holovaty
2006-12-28newforms: Implemented form_for_instance(). The resulting Form class does not ...Adrian Holovaty
2006-12-27newforms: Implemented formfield() for database OneToOneField class. Not sure ...Adrian Holovaty
2006-12-27newforms: Implemented formfield() for database ForeignKey class and added uni...Adrian Holovaty
2006-12-27newforms: Implemented formfield() for database ManyToManyField class and adde...Adrian Holovaty
2006-12-27Fixed #3115 -- Changed postgresql backend to convert all Unicode strings to b...Adrian Holovaty
2006-12-20Refactored workhorse methods on m2m descriptors. Modified _add to check for t...Russell Keith-Magee
2006-12-20Fixed problem with assiging an empty list to m2m related descriptors, introdu...Russell Keith-Magee
2006-12-20Fixed #3142 -- Optimized the assignment of m2m and m2o relation sets. Thanks,...Russell Keith-Magee
2006-12-15Improved error message in postgresql backendAdrian Holovaty
2006-12-15newforms: Changed form_for_model() to ignore a field if its formfield() retur...Adrian Holovaty
2006-12-15Implemented formfield() for a bunch of database Field classesAdrian Holovaty
2006-12-15Moved newforms import out of Field.formfield()Adrian Holovaty
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-12-15newforms: Added initial implementation of form_for_model and form_for_fieldsAdrian Holovaty
2006-11-26Fixes #2993, Refs #2918 -- Reverted [3960]; [3960] fixed a potential data val...Russell Keith-Magee
2006-11-13Fixed typo in 'incorrect backend' database error messageAdrian Holovaty
2006-11-07Formatting fixes from the past round of checkinsAdrian Holovaty
2006-11-07Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs...Jacob Kaplan-Moss
2006-11-07Fixed #2913: CursorDebugWrapper no longer double-tuple-izes parameters. Than...Jacob Kaplan-Moss
2006-11-07Fixed #2923: FileFields can now be modified on windows. Thanks, radek.Jacob Kaplan-Moss
2006-11-06Fixed #1021: unique_together should now get validated correctly. Thanks, wam...Jacob Kaplan-Moss
2006-11-03Removed fossilized remnant of pre-magic removal m2m code. Thanks for the repo...Russell Keith-Magee
2006-11-02Fixes #2918 -- Clarified the db_prep_save logic for DateField and DateTimeFie...Russell Keith-Magee
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-10-30Fixes #2965 -- Added i18n for joiner used in validation error messages. Thank...Russell Keith-Magee
2006-10-24Fixed #2898 -- Added missing ngettext import to django.db.models.fields.relatedAdrian Holovaty
2006-10-14Fixes #2737 -- Added code to allow None as a query value for __exact queries,...Russell Keith-Magee
2006-09-27Fixed omission in [3872].Malcolm Tredinnick
2006-09-27Reintroduced the changes from [3855] with more flexible handling of versionMalcolm Tredinnick
2006-09-26Removed one more legacy bit from [3855]. Refs #2827.Adrian Holovaty
2006-09-26Fixed #2827 -- Reverted [3855]Adrian Holovaty
2006-09-26Corrected line that was somehow merged out prior to committing changeset [3858].Russell Keith-Magee
2006-09-26Refs #2243 -- Fixed manipulator handling of raw_id_admin m2m edit_inline fields.Russell Keith-Magee
2006-09-26Fixed a problem with editing inline objects.Malcolm Tredinnick
2006-09-26Fixed #2188 -- Raise an error when using long CharFields in combination withMalcolm Tredinnick
2006-09-26Fixed #2194 -- Tweaked error message for unique_together validator to displayMalcolm Tredinnick
2006-09-26Fixed #2265 -- Fixed problem with using iterators for "choices" attribute.Malcolm Tredinnick
2006-09-26Fixed #2817 -- Fixed formatting problem in admin help string. Thanks,Malcolm Tredinnick
2006-09-26Added '1' and '0' as allowed text input for BooleanFields. This was required ...Russell Keith-Magee
2006-09-25Removed some stray debug that was accidentally left in r3830.Russell Keith-Magee
2006-09-25Fixes #1816, #2243 -- Removed a stale remnant of pre-magic removal code in ma...Russell Keith-Magee