#7830: removal of some deprecated features for 1.0
----------------------------------------+-----------------------------------
Reporter: gwilson | Owner: gwilson
Status: new | Milestone: 1.0 alpha
Component: Uncategorized | Version: SVN
Resolution: | Keywords:
Stage: Ready for checkin | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------+-----------------------------------
Comment (by russellm):
Another list of bits that need to be purged are the oldforms-specific
parts of model fields. An incomplete list:
* get_manipulator_field_names()
* prepare_field_objs_and_params()
* get_manipulator_fields()
* get_manipulator_new_data()
* flatten_data()
* get_choices() and get_choices_default()
These aren't just in db.models.fields.__init__.py - they are in a few
other locations, too. Doing a search for any method that mentions
"manipulator" would be a pretty good starting point for finding the
remainder.
--
Ticket URL: <http://code.djangoproject.com/ticket/7830#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---