Re: [Django] #9465: Change API Ref Docs

2009-12-09 Thread Django
#9465: Change API Ref Docs
+---
  Reporter:  adamnelson | Owner:  adamnelson
Status:  assigned   | Milestone:
 Component:  Documentation  |   Version:  1.0   
Resolution: |  Keywords:
 Stage:  Ready for checkin  | Has_patch:  1 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Comment (by adamnelson):

 Updated diff based on current trunk.  It seems like this could trivially
 be added to milestone:1.2 but I'll leave that to a committer.

-- 
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-upda...@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.




Re: [Django] #9465: Change API Ref Docs

2009-10-28 Thread Django
#9465: Change API Ref Docs
+---
  Reporter:  adamnelson | Owner:  adamnelson
Status:  assigned   | Milestone:
 Component:  Documentation  |   Version:  1.0   
Resolution: |  Keywords:
 Stage:  Ready for checkin  | Has_patch:  1 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by adamnelson):

  * 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 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
-~--~~~~--~~--~--~---



Re: [Django] #9465: Change API Ref Docs

2009-10-28 Thread Django
#9465: Change API Ref Docs
+---
  Reporter:  adamnelson | Owner:  adamnelson
Status:  assigned   | Milestone:
 Component:  Documentation  |   Version:  1.0   
Resolution: |  Keywords:
 Stage:  Accepted   | Has_patch:  1 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by adamnelson):

  * 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 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
-~--~~~~--~~--~--~---



Re: [Django] #9465: Change API Ref Docs

2009-07-29 Thread Django
#9465: Change API Ref Docs
+---
  Reporter:  adamnelson | Owner:  adamnelson
Status:  new| Milestone:
 Component:  Documentation  |   Version:  1.0   
Resolution: |  Keywords:
 Stage:  Accepted   | Has_patch:  1 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by adamnelson):

  * has_patch:  0 => 1

Comment:

 #11570 changes are in here too - but since they are all in one file and
 extremely minor, I just left them in (let me know if they need to be
 stripped out).  I got rid of unnecessary words in the titles.

-- 
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
-~--~~~~--~~--~--~---



Re: [Django] #9465: Change API Ref Docs

2008-11-14 Thread Django
#9465: Change API Ref Docs
+---
  Reporter:  adamnelson | Owner:  adamnelson
Status:  new| Milestone:
 Component:  Documentation  |   Version:  1.0   
Resolution: |  Keywords:
 Stage:  Accepted   | Has_patch:  0 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by adamnelson):

  * owner:  nobody => adamnelson

Comment:

 Ok, I should have a patch with comments by Monday.

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9465: Change API Ref Docs

2008-11-13 Thread Django
#9465: Change API Ref Docs
+---
  Reporter:  adamnelson | Owner:  nobody
Status:  new| Milestone:
 Component:  Documentation  |   Version:  1.0   
Resolution: |  Keywords:
 Stage:  Accepted   | Has_patch:  0 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by mtredinnick):

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

Comment:

 Anybody can check out the source and create a patch. Read
 internals/contributing.txt and internals/documentation.txt first.

 Right now, the headings on the index page are created from the titles of
 the documents themselves and so to get your output merely by reordering,
 those titles would have to be changed (to something less descriptive than
 what they are now). Instead, you'll have to tell Sphinx to use a different
 string for the title and still insert the right cross-reference (how to do
 this is in the documentation.txt file and the Sphinx documentation).

 This change should be consistent across all index.txt files, not just the
 one you've noticed. This isn't show-stoppingly critical, so we might as
 well avoid the half-baked solution and make the same change to all the
 files at once.

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #9465: Change API Ref Docs

2008-10-29 Thread Django
#9465: Change API Ref Docs
---+
 Reporter:  adamnelson |   Owner:  nobody
   Status:  new|   Milestone:
Component:  Documentation  | Version:  1.0   
 Keywords: |   Stage:  Unreviewed
Has_patch:  0  |  
---+
 == Database Docs can be difficult to find ==

 http://docs.djangoproject.com/en/dev/ref/
 http://docs.djangoproject.com/en/dev/ref/databases/

 == Problem ==

 When skimming the reference docs, the different titles for each item are
 difficult to discern.

 == Solution ==

 Use simple titles.

 I think this is closer to the best list for the entire reference page - in
 alphabetical order:

  * Databases
  * django-admin.py and manage.py
  * django.contrib
  * Files
  * Forms
  * Middleware
  * Models
  * Request and Response objects
  * Settings
  * Signals
  * Templates
  * Unicode Data
  * Views

 == Notes ==

 I don't mind doing this if the docs system supports me making changes and
 somebody else approving them.  I'm not sure if that's the case.

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---