• Gary Wilson Jr's avatar
    Removed oldforms, validators, and related code: · c2ba59fc
    Gary Wilson Jr yazdı
     * Removed `Manipulator`, `AutomaticManipulator`, and related classes.
     * Removed oldforms specific bits from model fields:
       * Removed `validator_list` and `core` arguments from constructors.
       * Removed the methods:
         * `get_manipulator_field_names`
         * `get_manipulator_field_objs`
         * `get_manipulator_fields`
         * `get_manipulator_new_data`
         * `prepare_field_objs_and_params`
         * `get_follow`
       * Renamed `flatten_data` method to `value_to_string` for better alignment with its use by the serialization framework, which was the only remaining code using `flatten_data`.
     * Removed oldforms methods from `django.db.models.Options` class: `get_followed_related_objects`, `get_data_holders`, `get_follow`, and `has_field_type`.
     * Removed oldforms-admin specific options from `django.db.models.fields.related` classes: `num_in_admin`, `min_num_in_admin`, `max_num_in_admin`, `num_extra_on_change`, and `edit_inline`.
     * Serialization framework
       * `Serializer.get_string_value` now calls the model fields' renamed `value_to_string` methods.
       * Removed a special-casing of `models.DateTimeField` in `core.serializers.base.Serializer.get_string_value` that's handled by `django.db.models.fields.DateTimeField.value_to_string`.
     * Removed `django.core.validators`:
       * Moved `ValidationError` exception to `django.core.exceptions`.
       * For the couple places that were using validators, brought over the necessary code to maintain the same functionality.
     * Introduced a SlugField form field for validation and to compliment the SlugField model field (refs #8040).
     * Removed an oldforms-style model creation hack (refs #2160).
    
    git-svn-id: http://code.djangoproject.com/svn/django/trunk@8616 bcc190cf-cafb-0310-a4f2-bffc1f526a37
    c2ba59fc
Adı
Son kayıt (commit)
Son güncelleme
..
basic Loading commit data...
choices Loading commit data...
custom_columns Loading commit data...
custom_managers Loading commit data...
custom_methods Loading commit data...
custom_pk Loading commit data...
delete Loading commit data...
empty Loading commit data...
field_defaults Loading commit data...
field_subclassing Loading commit data...
files Loading commit data...
fixtures Loading commit data...
force_insert_update Loading commit data...
generic_relations Loading commit data...
get_latest Loading commit data...
get_object_or_404 Loading commit data...
get_or_create Loading commit data...
invalid_models Loading commit data...
lookup Loading commit data...
m2m_and_m2o Loading commit data...
m2m_intermediary Loading commit data...
m2m_multiple Loading commit data...
m2m_recursive Loading commit data...
m2m_through Loading commit data...
m2o_recursive Loading commit data...
m2o_recursive2 Loading commit data...
many_to_many Loading commit data...
many_to_one Loading commit data...
many_to_one_null Loading commit data...
model_forms Loading commit data...
model_formsets Loading commit data...
model_inheritance Loading commit data...
mutually_referential Loading commit data...
one_to_one Loading commit data...
or_lookups Loading commit data...
order_with_respect_to Loading commit data...
ordering Loading commit data...
pagination Loading commit data...
properties Loading commit data...
reserved_names Loading commit data...
reverse_lookup Loading commit data...
save_delete_hooks Loading commit data...
select_related Loading commit data...
serializers Loading commit data...
signals Loading commit data...
str Loading commit data...
test_client Loading commit data...
transactions Loading commit data...
update Loading commit data...
user_commands Loading commit data...
__init__.py Loading commit data...