#32950: Remove "myproject" from imports in docs
-------------------------------+------------------------------------
     Reporter:  Ken Whitesell  |                    Owner:  nobody
         Type:  Bug            |                   Status:  new
    Component:  Documentation  |                  Version:  3.2
     Severity:  Normal         |               Resolution:
     Keywords:  ModelAdmin     |             Triage Stage:  Accepted
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  1              |                    UI/UX:  0
-------------------------------+------------------------------------
Changes (by Tim Graham):

 * stage:  Unreviewed => Accepted


Comment:

 Yes, I think that should be adjusted. A complete audit:
 {{{
 docs/ref/contrib/syndication.txt:    from myproject.feeds import
 LatestEntriesFeed
 docs/ref/contrib/syndication.txt:    from myproject.feeds import
 AtomSiteNewsFeed, RssSiteNewsFeed
 docs/ref/contrib/admin/index.txt:        from myproject.myapp.models
 import Author
 docs/ref/contrib/admin/index.txt:            from myproject.myapp.models
 import Author
 docs/ref/contrib/admin/index.txt:        from myproject.admin_site import
 custom_admin_site
 docs/ref/contrib/admin/index.txt:    from myproject.myapp.models import
 Image, Product
 docs/ref/contrib/admin/index.txt:    from myproject.admin import
 advanced_site, basic_site
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32950#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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.cf440a078fd9d7e01e3853c041a6e348%40djangoproject.com.

Reply via email to