#6845: Model validation and its propagation to ModelForms
---------------------------------+------------------------------------------
          Reporter:  Honza_Kral  |         Owner:  nobody                       
             
            Status:  new         |     Milestone:  post-1.0                     
             
         Component:  Forms       |       Version:  SVN                          
             
        Resolution:              |      Keywords:  newforms validation model 
modelform ep2008
             Stage:  Accepted    |     Has_patch:  1                            
             
        Needs_docs:  1           |   Needs_tests:  1                            
             
Needs_better_patch:  1           |  
---------------------------------+------------------------------------------
Comment (by mrts):

 I'll semi-champion and coordinate this (see http://groups.google.com/group
 /django-developers/msg/23e95656e30195ef ).

 http://github.com/mrts/django/tree/master created with the latest patch.
 Everybody is '''most welcome''' to contribute.

 A short howto (fork-based process seems best to me):

  1. register an account at http://github.com
  1. click the ''fork''  button at
 http://github.com/mrts/django/tree/master
  1. clone the fork to your machine:
  {{{
 git clone [email protected]:YOUR_NICK_HERE/django.git
  }}}
  1. add my "upstream" repo for tracking:
  {{{
 cd django
 git remote add upstream git://github.com/mrts/django.git
 git fetch upstream
  }}}
  1. work on code, commit locally
  {{{
 git commit -a -m "Implemented foo."
  }}}
  1. publish changes to your !GitHub repo
 {{{
 git push
 }}}
  1. when my "upstream" branch changes, pull updates from it (`fetch` and
 `merge` in one step):
  {{{
 git pull upstream master
  }}}
  1. when you want to get your changes merged back to my tree, send me a
 pull request by clicking ''pull request'' at your fork's home page.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6845#comment:49>
Django <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
-~----------~----~----~----~------~----~------~--~---

Reply via email to