#20183: Can't find where the object gets assigned before use
-------------------------------------+-------------------------------------
     Reporter:  Katya                |                    Owner:  nobody
  <internum.odium@…>                 |                   Status:  closed
         Type:  Uncategorized        |                  Version:  1.5
    Component:  Documentation        |               Resolution:  invalid
     Severity:  Normal               |             Triage Stage:
     Keywords:                       |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by bmispelon):

 * status:  new => closed
 * cc: bmispelon@… (added)
 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0
 * resolution:   => invalid


Comment:

 Hi,

 This tracker is for reporting bugs. For support, you should try the
 mailing-list django-users or the IRC channel.

 See https://docs.djangoproject.com/en/1.5/faq/help/#how-do-i-do-x-why-
 doesn-t-y-work-where-can-i-go-to-get-help

 As for your report, I'm not sure exactly what problems you're running
 into.

 The `Entry` model is defined a bit higher in the page

 The `objects` attribute is a manager, whose behavior is defined in the
 documentation: https://docs.djangoproject.com/en/1.5/topics/db/managers/.

 Finally, the `get` method on querysets is described there:
 https://docs.djangoproject.com/en/1.5/ref/models/querysets/#get

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20183#comment:1>
Django <https://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 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.


Reply via email to