Re: [Django] #9804: sqlflush fails for ManyToMany with inherited intermediary

2018-07-11 Thread Django
#9804: sqlflush fails for ManyToMany with inherited intermediary
-+-
   Reporter:  jdimov |Owner:  nobody
   Type: |   Status:  closed
  Component:  Database layer |  Version:  1.0
  (models, ORM)  |
   Severity: |   Resolution:  fixed
   Keywords:  ManyToMany, sqlflush,  | Triage Stage:  Accepted
  sequence_list  |
  Has patch:  0  |  Needs documentation:  0
Needs tests:  0  |  Patch needs improvement:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"4d98b9d729fa7f2525f346fbaf180030c3c3a5f8" 4d98b9d]:
 {{{
 #!CommitTicketReference repository=""
 revision="4d98b9d729fa7f2525f346fbaf180030c3c3a5f8"
 Refs #9804 -- Fixed test for sequence reset of M2M with inherited through
 model.
 }}}

-- 
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.f04f53ed234dea94147b92cfe48b5641%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #9804: sqlflush fails for ManyToMany with inherited intermediary

2009-02-26 Thread Django
#9804: sqlflush fails for ManyToMany with inherited intermediary
---+
  Reporter:  jdimov| Owner:  nobody 

Status:  new   | Milestone:  1.1

 Component:  Database layer (models, ORM)  |   Version:  1.0

Resolution:|  Keywords:  
ManyToMany, sqlflush, sequence_list
 Stage:  Accepted  | Has_patch:  0  

Needs_docs:  0 |   Needs_tests:  0  

Needs_better_patch:  0 |  
---+
Changes (by jacob):

  * needs_better_patch:  => 0
  * needs_docs:  => 0
  * stage:  Unreviewed => Accepted
  * needs_tests:  => 0
  * milestone:  => 1.1

-- 
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 post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #9804: sqlflush fails for ManyToMany with inherited intermediary

2008-12-11 Thread Django
#9804: sqlflush fails for ManyToMany with inherited intermediary
-+--
 Reporter:  jdimov   |   Owner:  nobody
   Status:  new  |   Milestone:
Component:  Database layer (models, ORM) | Version:  1.0   
 Keywords:  ManyToMany, sqlflush, sequence_list  |   Stage:  Unreviewed
Has_patch:  0|  
-+--
 There's a bug in the sequence_list method of
 django.db.backends.BaseDatabaseIntrospection, but I don't know how to fix
 it.  It has to do with Many-to-Many relationships through intermediary
 models, where the intermediary model itself is inherited from a non-
 abstract base model.  In this case, the sequnece_list contains id sequence
 counter which do not (and should not) actually exist, because the model
 uses the base model's id counter.

 The result of all this is that the manage.py sqlflush command fails, and I
 can't run my tests.

-- 
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 post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---