Re: [Django] #21010: ModelState.fields contain fields from parents in MTI.

2013-12-06 Thread Django
#21010: ModelState.fields contain fields from parents in MTI.
-+-
 Reporter:  loic84   |Owner:  Tim
 Type:  Bug  |  Graham 
Component:  Migrations   |   Status:  closed
 Severity:  Normal   |  Version:  master
 Keywords:   |   Resolution:  fixed
Has patch:  1| Triage Stage:
  Needs tests:  0|  Unreviewed
Easy pickings:  0|  Needs documentation:  0
 |  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by Baptiste Mispelon ):

 In [changeset:"72479a29579f72a7713ac3c07eb92f5bafee25bd"]:
 {{{
 #!CommitTicketReference repository=""
 revision="72479a29579f72a7713ac3c07eb92f5bafee25bd"
 Made the migration detector use meta.local_fields instead of meta.fields.

 Refs #21010.

 Thanks to Loïc for the patch.
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.a7c935fc0abb31b4d6429333bdae29bf%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21010: ModelState.fields contain fields from parents in MTI.

2013-09-04 Thread Django
#21010: ModelState.fields contain fields from parents in MTI.
-+-
 Reporter:  loic84   |Owner:  Tim
 Type:  Bug  |  Graham 
Component:  Migrations   |   Status:  closed
 Severity:  Normal   |  Version:  master
 Keywords:   |   Resolution:  fixed
Has patch:  1| Triage Stage:
  Needs tests:  0|  Unreviewed
Easy pickings:  0|  Needs documentation:  0
 |  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by Tim Graham ):

 * owner:   => Tim Graham 
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"34d52fd32ed6192daa37e3fc1303cc5661130bad"]:
 {{{
 #!CommitTicketReference repository=""
 revision="34d52fd32ed6192daa37e3fc1303cc5661130bad"
 Fixed #21010 -- Changed ModelState to only copy _meta.local_fields.
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.6acf61daf927ca9ce8cf45a374730a74%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21010: ModelState.fields contain fields from parents in MTI.

2013-08-31 Thread Django
#21010: ModelState.fields contain fields from parents in MTI.
+--
 Reporter:  loic84  |Owner:
 Type:  Bug |   Status:  new
Component:  Migrations  |  Version:  master
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Unreviewed
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--
Changes (by loic84):

 * needs_docs:   => 0
 * has_patch:  0 => 1
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 PR https://github.com/django/django/pull/1537.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.128fff94795255abd0270e4742ce3dba%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


[Django] #21010: ModelState.fields contain fields from parents in MTI.

2013-08-31 Thread Django
#21010: ModelState.fields contain fields from parents in MTI.
+
 Reporter:  loic84  |  Owner:
 Type:  Bug | Status:  new
Component:  Migrations  |Version:  master
 Severity:  Normal  |   Keywords:
 Triage Stage:  Unreviewed  |  Has patch:  0
Easy pickings:  0   |  UI/UX:  0
+
 This causes `FieldError: Local field 'field' in class 'Model1' clashes
 with field of similar name from base class 'Model2'` when the ModelState
 is rendered.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.c4f08715175834a08beaa26431e6323d%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.