Re: [Django] #20203: Impossible to have a descriptor named `objects` on an abstract model

2015-06-29 Thread Django
#20203: Impossible to have a descriptor named `objects` on an abstract model
-+-
 Reporter:  Alex |Owner:  coldmind
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by timgraham):

 * status:  assigned => closed
 * resolution:   => fixed


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


Re: [Django] #20203: Impossible to have a descriptor named `objects` on an abstract model

2015-06-29 Thread Django
#20203: Impossible to have a descriptor named `objects` on an abstract model
-+-
 Reporter:  Alex |Owner:  coldmind
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"c0cf73a57d7f77af348aeb854e7b4f670dc3cee7" c0cf73a]:
 {{{
 #!CommitTicketReference repository=""
 revision="c0cf73a57d7f77af348aeb854e7b4f670dc3cee7"
 Refs #20203 -- Allowed adding custom default manager to the model state

 If the only manager on the model is the default manager defined
 by Django (`objects = models.Manager()`), this manager will not
 be added to the model state. If it is custom, it needs to be
 passed to the model state.
 }}}

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


Re: [Django] #20203: Impossible to have a descriptor named `objects` on an abstract model

2015-06-29 Thread Django
#20203: Impossible to have a descriptor named `objects` on an abstract model
-+-
 Reporter:  Alex |Owner:  coldmind
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"c31bf8cb54e591e244abc951896ef5e4a089f38d" c31bf8c]:
 {{{
 #!CommitTicketReference repository=""
 revision="c31bf8cb54e591e244abc951896ef5e4a089f38d"
 Refs #20203 -- Added tests to check inherited custom default manager
 }}}

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


Re: [Django] #20203: Impossible to have a descriptor named `objects` on an abstract model

2015-06-23 Thread Django
#20203: Impossible to have a descriptor named `objects` on an abstract model
-+-
 Reporter:  Alex |Owner:  coldmind
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by timgraham):

 * stage:  Accepted => Ready for checkin


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


Re: [Django] #20203: Impossible to have a descriptor named `objects` on an abstract model

2015-06-18 Thread Django
#20203: Impossible to have a descriptor named `objects` on an abstract model
-+-
 Reporter:  Alex |Owner:  coldmind
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by coldmind):

 * has_patch:  0 => 1


Comment:

 https://github.com/django/django/pull/4882

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


Re: [Django] #20203: Impossible to have a descriptor named `objects` on an abstract model

2015-06-18 Thread Django
#20203: Impossible to have a descriptor named `objects` on an abstract model
-+-
 Reporter:  Alex |Owner:  coldmind
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by coldmind):

 * owner:   => coldmind
 * cc: me@… (added)
 * version:  1.5 => master
 * status:  new => assigned


Comment:

 I'm working on this issue

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


Re: [Django] #20203: Impossible to have a descriptor named `objects` on an abstract model

2013-05-19 Thread Django
#20203: Impossible to have a descriptor named `objects` on an abstract model
-+-
 Reporter:  Alex |Owner:
 Type:  Bug  |   Status:  new
Component:  Database layer   |  Version:  1.5
  (models, ORM)  |   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-
Changes (by elektrrrus):

 * status:  assigned => new
 * owner:  elektrrrus =>


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20203: Impossible to have a descriptor named `objects` on an abstract model

2013-05-18 Thread Django
#20203: Impossible to have a descriptor named `objects` on an abstract model
-+-
 Reporter:  Alex |Owner:
 Type:  Bug  |  elektrrrus
Component:  Database layer   |   Status:  assigned
  (models, ORM)  |  Version:  1.5
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by elektrrrus):

 * owner:  nobody => elektrrrus
 * status:  new => assigned


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.