Re: [Django] #1035: Link to popup for adding related objects should respect user's permissions

2008-11-23 Thread Django
#1035: Link to popup for adding related objects should respect user's 
permissions
--+-
  Reporter:  Esaj   | Owner:  xian
Status:  new  | Milestone:  
 Component:  django.contrib.admin |   Version:  
Resolution:   |  Keywords:  
 Stage:  Accepted | Has_patch:  1   
Needs_docs:  0|   Needs_tests:  0   
Needs_better_patch:  1|  
--+-
Comment (by vincent):

 For the trunk, you can use this :
 [http://code.djangoproject.com/ticket/9071]

 Doesn't work with permissions but can do the trick (it did for me).

-- 
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] #9071: Can't disable "add" popup links in the admin

2008-11-23 Thread Django
#9071: Can't disable "add" popup links in the admin
---+
  Reporter:  jacob | Owner:  kratorius
Status:  new   | Milestone:   
 Component:  django.contrib.admin  |   Version:  1.0  
Resolution:|  Keywords:  pyconuk  
 Stage:  Accepted  | Has_patch:  1
Needs_docs:  1 |   Needs_tests:  0
Needs_better_patch:  0 |  
---+
Comment (by vincent):

 It seems that if you don't have the permission to add objects of a
 particular type, the add popup link is still there, and there's an ugly
 Permission Denied page if you click on it.

 I tried with Group or User Permissions, and the problem is still there.

 There's an old (3 years old) ticket opened here :
 [http://code.djangoproject.com/ticket/1035]

 Another patch a little less old here :
 [http://code.djangoproject.com/ticket/2927]

 But I found no patch for the current version of django.

-- 
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] #9673: comment form honeypot field isn't hidden when using {% get_comment_form %}

2008-11-23 Thread Django
#9673: comment form honeypot field isn't hidden when using {% get_comment_form 
%}
--+-
  Reporter:  aj   | Owner:  nobody
Status:  closed   | Milestone:
 Component:  django.contrib.comments  |   Version:  1.0   
Resolution:  invalid  |  Keywords:
 Stage:  Unreviewed   | Has_patch:  0 
Needs_docs:  0|   Needs_tests:  0 
Needs_better_patch:  0|  
--+-
Changes (by aj):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => invalid
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 After reading the documentation carefully, I found out that this was
 already known and intentional and not an error.

-- 
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] #9673: comment form honeypot field isn't hidden when using {% get_comment_form %}

2008-11-23 Thread Django
#9673: comment form honeypot field isn't hidden when using {% get_comment_form 
%}
-+--
 Reporter:  aj   |   Owner:  nobody
   Status:  new  |   Milestone:
Component:  django.contrib.comments  | Version:  1.0   
 Keywords:   |   Stage:  Unreviewed
Has_patch:  0|  
-+--
 With {% render_comment_form for object %} you get the following for the
 hidden fields:
 {{{
 ...
 
 ...
 }}}

 But {% get_comment_form for object as form %} returns a form with the,
 supposedly hidden, honeypot fields visible.
 So the text "If you enter anything in this field your comment will be
 treated as spam" is displayed when using {% get_comment_form for object as
 form %}

-- 
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] #9672: timeuntil filters doesn't work with DateField since [8579]

2008-11-23 Thread Django
#9672: timeuntil filters doesn't work with DateField since [8579]
--+-
  Reporter:  anonymous| Owner:  nobody 
Status:  new  | Milestone: 
 Component:  Template system  |   Version:  SVN
Resolution:   |  Keywords:  timeuntil timesince
 Stage:  Unreviewed   | Has_patch:  1  
Needs_docs:  0|   Needs_tests:  1  
Needs_better_patch:  0|  
--+-
Changes (by cgrady):

  * needs_better_patch:  => 0
  * needs_tests:  => 1
  * needs_docs:  => 0

-- 
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] #9672: timeuntil filters doesn't work with DateField since [8579]

2008-11-23 Thread Django
#9672: timeuntil filters doesn't work with DateField since [8579]
-+--
 Reporter:  anonymous|   Owner:  nobody
   Status:  new  |   Milestone:
Component:  Template system  | Version:  SVN   
 Keywords:  timeuntil timesince  |   Stage:  Unreviewed
Has_patch:  1|  
-+--
 Timeuntil filter doesn't work anymore since changset [8579] when using
 DateField:

 {{{
 >>> import datetime
 >>> from django.template.defaultfilters import timeuntil,timesince
 >>> timeuntil(datetime.datetime.now() + datetime.timedelta(1))
 u'1 day'
 >>> timesince(datetime.datetime.now()- datetime.timedelta(1))
 u'1 day'
 >>> timeuntil(datetime.date.today() + datetime.timedelta(1))
 u''
 >>> timesince(datetime.date.today() - datetime.timedelta(1))
 u'1 day, 23 hours'
 }}}

 With patch applied :

 {{{
 >>> import datetime
 >>> from django.template.defaultfilters import timeuntil,timesince
 >>> timeuntil(datetime.datetime.now() + datetime.timedelta(1))
 u'1 day'
 >>> timesince(datetime.datetime.now()- datetime.timedelta(1))
 u'1 day'
 >>> timeuntil(datetime.date.today() + datetime.timedelta(1))
 u'33 minutes'
 >>> timesince(datetime.date.today() - datetime.timedelta(1))
 u'1 day, 23 hours'
 }}}

 timeuntil function should also convert input to datetime.datetime
 instance.

-- 
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] #9645: Documentation generated with docutils 0.4 has broken css due to broken ids

2008-11-23 Thread Django
#9645: Documentation generated with docutils 0.4 has broken css due to broken 
ids
+---
  Reporter:  waltercruz | Owner:  ramiro
Status:  new| Milestone:
 Component:  Documentation  |   Version:  SVN   
Resolution: |  Keywords:
 Stage:  Accepted   | Has_patch:  1 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by ramiro):

  * has_patch:  0 => 1
  * stage:  Unreviewed => Accepted

Comment:

 Replying to [comment:7 ramiro]:

 > I cat reproduce this with a recent Sphinx trunk checkout plus docutils
 0.5.

 I meant ''I CAN reproduce this...''. BTW Sphinx 0.5 was released today.

 I'm attaching a patch that tries to ensure that the doc building process:

  1. Creates the `"s-"`-prefixed section id names as per Django original
 styling requirements. Example:
 {{{
 
 }}}
  2. Creates and preserves the anchor names associated the section titles
 so the docs.djangoproject.com URLs don't change (links pointing to
 internal sections already in the wild will keep working). It does so by
 means of an `id` attribute, either in an empty {{{}}} tag or in the
 {{{}}} tag itself. Examples:
 (Sphinx 0.5, docutils 0.5):
 {{{
 Getting help¶
 }}}
 (Sphinx 0.4.2, docutils 0.5):
 {{{
 Getting help¶
 }}}
  3. Both requirements above are met also with locally generated HTML
 documentation so styling and navigation don't get broken.

 I have tested it in the six possible scenarios: Sphinx versions 0.4.2,
 0.4.3 & 0.5 and docutils versions 0.4 & 0,5. Please test it in your local
 environment.

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



[Changeset] r9526 - django/branches/releases/1.0.X/django/conf/locale/pl/LC_MESSAGES

2008-11-23 Thread noreply

Author: zgoda
Date: 2008-11-23 14:27:54 -0600 (Sun, 23 Nov 2008)
New Revision: 9526

Modified:
   django/branches/releases/1.0.X/django/conf/locale/pl/LC_MESSAGES/django.mo
   django/branches/releases/1.0.X/django/conf/locale/pl/LC_MESSAGES/django.po
Log:
[1.0.X] Two new locale names translated.

Backport of [9525] from trunk.


Modified: 
django/branches/releases/1.0.X/django/conf/locale/pl/LC_MESSAGES/django.mo
===
(Binary files differ)

Modified: 
django/branches/releases/1.0.X/django/conf/locale/pl/LC_MESSAGES/django.po
===
--- django/branches/releases/1.0.X/django/conf/locale/pl/LC_MESSAGES/django.po  
2008-11-23 20:10:30 UTC (rev 9525)
+++ django/branches/releases/1.0.X/django/conf/locale/pl/LC_MESSAGES/django.po  
2008-11-23 20:27:54 UTC (rev 9526)
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: Django\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-06 21:27+0100\n"
+"POT-Creation-Date: 2008-11-23 21:21+0100\n"
 "PO-Revision-Date: 2008-02-25 15:53+0100\n"
 "Last-Translator: Jarek Zgoda <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
@@ -99,114 +99,122 @@
 msgstr "hebrajski"
 
 #: conf/global_settings.py:65
+msgid "Hindi"
+msgstr "hindi"
+
+#: conf/global_settings.py:66
 msgid "Croatian"
 msgstr "chorwacki"
 
-#: conf/global_settings.py:66
+#: conf/global_settings.py:67
 msgid "Icelandic"
 msgstr "islandzki"
 
-#: conf/global_settings.py:67
+#: conf/global_settings.py:68
 msgid "Italian"
 msgstr "włoski"
 
-#: conf/global_settings.py:68
+#: conf/global_settings.py:69
 msgid "Japanese"
 msgstr "japoński"
 
-#: conf/global_settings.py:69
+#: conf/global_settings.py:70
 msgid "Georgian"
 msgstr "gruziński"
 
-#: conf/global_settings.py:70
+#: conf/global_settings.py:71
 msgid "Korean"
 msgstr "koreański"
 
-#: conf/global_settings.py:71
+#: conf/global_settings.py:72
 msgid "Khmer"
 msgstr "khmerski"
 
-#: conf/global_settings.py:72
+#: conf/global_settings.py:73
 msgid "Kannada"
 msgstr "kannada"
 
-#: conf/global_settings.py:73
+#: conf/global_settings.py:74
 msgid "Latvian"
 msgstr "łotewski"
 
-#: conf/global_settings.py:74
+#: conf/global_settings.py:75
 msgid "Lithuanian"
 msgstr "litewski"
 
-#: conf/global_settings.py:75
+#: conf/global_settings.py:76
 msgid "Macedonian"
 msgstr "macedoński"
 
-#: conf/global_settings.py:76
+#: conf/global_settings.py:77
 msgid "Dutch"
 msgstr "holenderski"
 
-#: conf/global_settings.py:77
+#: conf/global_settings.py:78
 msgid "Norwegian"
 msgstr "norweski"
 
-#: conf/global_settings.py:78
+#: conf/global_settings.py:79
 msgid "Polish"
 msgstr "polski"
 
-#: conf/global_settings.py:79
+#: conf/global_settings.py:80
 msgid "Portuguese"
 msgstr "portugalski"
 
-#: conf/global_settings.py:80
+#: conf/global_settings.py:81
 msgid "Brazilian Portuguese"
 msgstr "brazylijski portugalski"
 
-#: conf/global_settings.py:81
+#: conf/global_settings.py:82
 msgid "Romanian"
 msgstr "rumuński"
 
-#: conf/global_settings.py:82
+#: conf/global_settings.py:83
 msgid "Russian"
 msgstr "rosyjski"
 
-#: conf/global_settings.py:83
+#: conf/global_settings.py:84
 msgid "Slovak"
 msgstr "słowacki"
 
-#: conf/global_settings.py:84
+#: conf/global_settings.py:85
 msgid "Slovenian"
 msgstr "słoweński"
 
-#: conf/global_settings.py:85
+#: conf/global_settings.py:86
 msgid "Serbian"
 msgstr "serbski"
 
-#: conf/global_settings.py:86
+#: conf/global_settings.py:87
 msgid "Swedish"
 msgstr "szwedzki"
 
-#: conf/global_settings.py:87
+#: conf/global_settings.py:88
 msgid "Tamil"
 msgstr "tamilski"
 
-#: conf/global_settings.py:88
+#: conf/global_settings.py:89
 msgid "Telugu"
 msgstr "telugu"
 
-#: conf/global_settings.py:89
+#: conf/global_settings.py:90
+msgid "Thai"
+msgstr "tajski"
+
+#: conf/global_settings.py:91
 msgid "Turkish"
 msgstr "turecki"
 
-#: conf/global_settings.py:90
+#: conf/global_settings.py:92
 msgid "Ukrainian"
 msgstr "ukraiński"
 
-#: conf/global_settings.py:91
+#: conf/global_settings.py:93
 msgid "Simplified Chinese"
 msgstr "chiński uproszczony"
 
-#: conf/global_settings.py:92
+#: conf/global_settings.py:94
 msgid "Traditional Chinese"
 msgstr "chiński tradycyjny"
 
@@ -244,15 +252,15 @@
 msgid "This year"
 msgstr "Ten rok"
 
-#: contrib/admin/filterspecs.py:146 forms/widgets.py:390
+#: contrib/admin/filterspecs.py:146 forms/widgets.py:391
 msgid "Yes"
 msgstr "Tak"
 
-#: contrib/admin/filterspecs.py:146 forms/widgets.py:390
+#: contrib/admin/filterspecs.py:146 forms/widgets.py:391
 msgid "No"
 msgstr "Nie"
 
-#: contrib/admin/filterspecs.py:153 forms/widgets.py:390
+#: contrib/admin/filterspecs.py:153 forms/widgets.py:391
 msgid "Unknown"
 msgstr "Nieznany"
 
@@ -468,7 +476,7 @@
 
 #: contrib/admin/templates/admin/500.html:4
 #: contrib/admin/templates/admin/app_index.html:8
-#: contrib/admin/templates/admin/base.html:31
+#: contrib/admin/templates/admin/base.html:30
 #: contrib/admin/templates/admin/change_form.html:17
 #: 

[Changeset] r9525 - django/trunk/django/conf/locale/pl/LC_MESSAGES

2008-11-23 Thread noreply

Author: zgoda
Date: 2008-11-23 14:10:30 -0600 (Sun, 23 Nov 2008)
New Revision: 9525

Modified:
   django/trunk/django/conf/locale/pl/LC_MESSAGES/django.mo
   django/trunk/django/conf/locale/pl/LC_MESSAGES/django.po
Log:
Two new locale names translated


Modified: django/trunk/django/conf/locale/pl/LC_MESSAGES/django.mo
===
(Binary files differ)

Modified: django/trunk/django/conf/locale/pl/LC_MESSAGES/django.po
===
--- django/trunk/django/conf/locale/pl/LC_MESSAGES/django.po2008-11-21 
17:49:19 UTC (rev 9524)
+++ django/trunk/django/conf/locale/pl/LC_MESSAGES/django.po2008-11-23 
20:10:30 UTC (rev 9525)
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: Django\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-06 21:27+0100\n"
+"POT-Creation-Date: 2008-11-23 21:07+0100\n"
 "PO-Revision-Date: 2008-02-25 15:53+0100\n"
 "Last-Translator: Jarek Zgoda <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
@@ -99,114 +99,122 @@
 msgstr "hebrajski"
 
 #: conf/global_settings.py:65
+msgid "Hindi"
+msgstr "hindi"
+
+#: conf/global_settings.py:66
 msgid "Croatian"
 msgstr "chorwacki"
 
-#: conf/global_settings.py:66
+#: conf/global_settings.py:67
 msgid "Icelandic"
 msgstr "islandzki"
 
-#: conf/global_settings.py:67
+#: conf/global_settings.py:68
 msgid "Italian"
 msgstr "włoski"
 
-#: conf/global_settings.py:68
+#: conf/global_settings.py:69
 msgid "Japanese"
 msgstr "japoński"
 
-#: conf/global_settings.py:69
+#: conf/global_settings.py:70
 msgid "Georgian"
 msgstr "gruziński"
 
-#: conf/global_settings.py:70
+#: conf/global_settings.py:71
 msgid "Korean"
 msgstr "koreański"
 
-#: conf/global_settings.py:71
+#: conf/global_settings.py:72
 msgid "Khmer"
 msgstr "khmerski"
 
-#: conf/global_settings.py:72
+#: conf/global_settings.py:73
 msgid "Kannada"
 msgstr "kannada"
 
-#: conf/global_settings.py:73
+#: conf/global_settings.py:74
 msgid "Latvian"
 msgstr "łotewski"
 
-#: conf/global_settings.py:74
+#: conf/global_settings.py:75
 msgid "Lithuanian"
 msgstr "litewski"
 
-#: conf/global_settings.py:75
+#: conf/global_settings.py:76
 msgid "Macedonian"
 msgstr "macedoński"
 
-#: conf/global_settings.py:76
+#: conf/global_settings.py:77
 msgid "Dutch"
 msgstr "holenderski"
 
-#: conf/global_settings.py:77
+#: conf/global_settings.py:78
 msgid "Norwegian"
 msgstr "norweski"
 
-#: conf/global_settings.py:78
+#: conf/global_settings.py:79
 msgid "Polish"
 msgstr "polski"
 
-#: conf/global_settings.py:79
+#: conf/global_settings.py:80
 msgid "Portuguese"
 msgstr "portugalski"
 
-#: conf/global_settings.py:80
+#: conf/global_settings.py:81
 msgid "Brazilian Portuguese"
 msgstr "brazylijski portugalski"
 
-#: conf/global_settings.py:81
+#: conf/global_settings.py:82
 msgid "Romanian"
 msgstr "rumuński"
 
-#: conf/global_settings.py:82
+#: conf/global_settings.py:83
 msgid "Russian"
 msgstr "rosyjski"
 
-#: conf/global_settings.py:83
+#: conf/global_settings.py:84
 msgid "Slovak"
 msgstr "słowacki"
 
-#: conf/global_settings.py:84
+#: conf/global_settings.py:85
 msgid "Slovenian"
 msgstr "słoweński"
 
-#: conf/global_settings.py:85
+#: conf/global_settings.py:86
 msgid "Serbian"
 msgstr "serbski"
 
-#: conf/global_settings.py:86
+#: conf/global_settings.py:87
 msgid "Swedish"
 msgstr "szwedzki"
 
-#: conf/global_settings.py:87
+#: conf/global_settings.py:88
 msgid "Tamil"
 msgstr "tamilski"
 
-#: conf/global_settings.py:88
+#: conf/global_settings.py:89
 msgid "Telugu"
 msgstr "telugu"
 
-#: conf/global_settings.py:89
+#: conf/global_settings.py:90
+msgid "Thai"
+msgstr "tajski"
+
+#: conf/global_settings.py:91
 msgid "Turkish"
 msgstr "turecki"
 
-#: conf/global_settings.py:90
+#: conf/global_settings.py:92
 msgid "Ukrainian"
 msgstr "ukraiński"
 
-#: conf/global_settings.py:91
+#: conf/global_settings.py:93
 msgid "Simplified Chinese"
 msgstr "chiński uproszczony"
 
-#: conf/global_settings.py:92
+#: conf/global_settings.py:94
 msgid "Traditional Chinese"
 msgstr "chiński tradycyjny"
 
@@ -468,7 +476,7 @@
 
 #: contrib/admin/templates/admin/500.html:4
 #: contrib/admin/templates/admin/app_index.html:8
-#: contrib/admin/templates/admin/base.html:31
+#: contrib/admin/templates/admin/base.html:33
 #: contrib/admin/templates/admin/change_form.html:17
 #: contrib/admin/templates/admin/change_list.html:8
 #: contrib/admin/templates/admin/delete_confirmation.html:6
@@ -513,18 +521,18 @@
 msgid "%(name)s"
 msgstr "%(name)s"
 
-#: contrib/admin/templates/admin/base.html:26
+#: contrib/admin/templates/admin/base.html:28
 msgid "Welcome,"
 msgstr "Witaj,"
 
-#: contrib/admin/templates/admin/base.html:26
+#: contrib/admin/templates/admin/base.html:28
 #: contrib/admin/templates/registration/password_change_done.html:3
 #: contrib/admin/templates/registration/password_change_form.html:3
 #: contrib/admindocs/templates/admin_doc/bookmarklets.html:3
 msgid "Documentation"
 msgstr "Dokumentacja"
 
-#: 

[Django] #9671: Reference TurnKey Django software appliance in installation documentation

2008-11-23 Thread Django
#9671: Reference TurnKey Django software appliance in installation documentation
---+
 Reporter:  Liraz  |   Owner:  nobody
   Status:  new|   Milestone:
Component:  Documentation  | Version:  1.0   
 Keywords: |   Stage:  Unreviewed
Has_patch:  0  |  
---+
 Hi guys,

 I am one of the developers for [http://www.turnkeylinux.org TurnKey
 Linux], an opensource project
 that aims to develop high-quality
 [http://en.wikipedia.org/wiki/Software_appliance software appliances] that
 are easy to
 use, easy to deploy, and free. Our motto is "everything that can be
 easy, should be easy!"

 We recently released [http://www.turnkeylinux.org/appliances/django
 TurnKey Django], an easy-to-use, lightweight,
 installable live CD of the Django web framework that can run on real
 hardware in addition to most types of virtual machines. It is designed
 to provide users with a pre-integrated, turn-key operating system
 environment that is carefully built from the ground up with the
 minimum components needed to run Django web applications with maximum
 usability, efficiency, and security.

 Key features:

  * auto-updated daily with latest security patches
  * MacOS X themed web management interface
  * easy to use configuration console (written from scratch in Python)
  * packaged as an installable Live CD that runs on real machines and VMs
  * based on Ubuntu 8.04.1 Hardy LTS
  * minimal footprint (153MB) - includes only minimum required components

 Could the Django installation documentation be updated to reference our
 Django software appliance?

 Cheers,
 Liraz

-- 
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] #494: Collapse in admin interface for inline related objects

2008-11-23 Thread Django
#494: Collapse in admin interface for inline related objects
---+
  Reporter:  [EMAIL PROTECTED]   | Owner:  xian 
   
Status:  new   | Milestone:  post-1.0   
 
 Component:  django.contrib.admin  |   Version:  newforms-admin 
 
Resolution:|  Keywords:  edit_inline, 
nfa-someday
 Stage:  Accepted  | Has_patch:  1  
 
Needs_docs:  1 |   Needs_tests:  0  
 
Needs_better_patch:  1 |  
---+
Changes (by SmileyChris):

  * needs_docs:  0 => 1
  * has_patch:  0 => 1
  * stage:  Design decision needed => Accepted

Comment:

 aptiko's patch looks good. It adds useful functionality and I like the
 addition of a fieldset to the !StackedInline template - I always thought
 it should have it for consistency.

 The patch does incorrectly close `` with ``.
 It also needs to change `generic_inlineformset_factory` in
 `django.contrib.contenttypes.generic`.

-- 
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] #811: [patch] IPv6 address field support

2008-11-23 Thread Django
#811: [patch] IPv6 address field support
-+--
  Reporter:  [EMAIL PROTECTED]  | Owner:  adrian
Status:  reopened| Milestone:
 Component:  Core framework  |   Version:  SVN   
Resolution:  |  Keywords:
 Stage:  Ready for checkin   | Has_patch:  1 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Changes (by [EMAIL PROTECTED]):

 * cc: [EMAIL PROTECTED] (added)

Comment:

 There's an error in the patch: the new field added in
 django/db/backends/mysql/creation.py should be named 'IP6AddressField' and
 not 'IPAddressField' (which is a duplicate of the existing
 'IPAddressField').

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