Hello!

I've deleted old `gsoc2013-verification` branch. Follow the new
`gsoc2013-checks` branch [1].

[1] https://github.com/chrismedrela/django/tree/gsoc2013-checks

What did I do? I've rewritten field tests living in
`django.tests.invalid_models` package [2], inside `tests.py` file [3]. I've
renamed `invalid_models.invalid_models` submodule into `old_invalid_models`.
I've created new `invalid_models` submodule; it contains models required by 
the
rewritten tests.

[2] 
https://github.com/chrismedrela/django/tree/gsoc2013-checks/tests/invalid_models
[3] 
https://github.com/chrismedrela/django/blob/gsoc2013-checks/tests/invalid_models/tests.py#L65

Now I'm working on rewritting field checks. Now all checks are done in
`get_validation_errors` function [4]. They will be moved to relevant `Field`
subclasses during the current week. I've introduced `Warning` and `Error`
classes inside `django.core.checks` package.

[4] 
https://github.com/chrismedrela/django/blob/gsoc2013-checks/django/core/management/validation.py#L22

Now I'm taking exams at university. I will have last exam on Friday (I 
hope), so
next week it will be easier to focus on GSoC and I will work full time.

Good-bye!

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to