Re: How to link SVN Django to Python? (for easy update)

2007-08-22 Thread Ramiro Morales
n doing so you are switching the django module you import when you do from django.foo import blah This is standard Python stuff, and is valid for every platform. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscr

Re: make-messages does not generate any message in .po except dummy header

2007-08-11 Thread Ramiro Morales
ision between r5722 and r5842 right?. Please update to a revision >= 5842. See ticket #4899. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

Re: Internationalization and accents

2007-08-02 Thread Ramiro Morales
a recent SVN checkout for this to work. See: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#POfilesmustbeUTF-8encoded changesets: 5708, tickets: 4734, 4899 Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you

Re: i18n on win 32 : make_message.py doesn't find anything to translate

2007-07-22 Thread Ramiro Morales
ort back. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, se

Re: ImportError: MySQLdb-1.2.1p2 or newer is required; you have 1.2.2

2007-07-12 Thread Ramiro Morales
b40?lnk=gst=fedora=1=en#8b1d734cd1cb9b40 In short: Fedora7 package of MySQLdb-python is broken. -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group

Re: django.contrib.auth: 'module' object has no attribute 'get_max_name_length'

2007-06-27 Thread Ramiro Morales
you set DATABASE_NAME variable in settings.py (the next step) and it will eventually be solved so the behavior matches the documentation again. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

Re: database error instead of 400

2007-06-25 Thread Ramiro Morales
n-support/python2.5/django/db/backends/sqlite3/base.py", > line 45, in cursor > detect_types=Database.PARSE_DECLTYPES | Database.PARSE_COLNAMES) > > OperationalError: unable to open database file > Could be related to this: http://code.djangoproject.com/wiki

Re: ANN: Django-fr.org is out!

2007-06-22 Thread Ramiro Morales
ith Spanish. ;-) > /me raises hand I'm there right now. Alone. :) Also take a look to http://groups.google.es/group/django-es and http://django.es/ Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: error after updating from svn (v5479): unexpected keyword argument 'max_digits'

2007-06-15 Thread Ramiro Morales
ood idea to read that wiki page and/or follow the Trac timeline (http://code.djangoproject.com/timeline/). Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" g

Re: Including [django-users] in subject line?

2007-06-09 Thread Ramiro Morales
; http://atlanta-web.org - http://t.oolicio.us > > > > > > > > > > -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: geographical data in models

2007-05-16 Thread Ramiro Morales
m/browser/django/branches/gis >From what can be seen in the change log it is being actively developed/maintained. This related wiki page has some valuable information relating to geographical data tools and libraries: http://code.djangoproject.com/wiki/GeoDjango Regards, -- Ra

Re: where to "listen" for backwards incompatible changes in trunk?

2007-05-14 Thread Ramiro Morales
the Trac timeline: http://code.djangoproject.com/search?q=backwards+incompatible=1=on (no RSS feed though) Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" grou

Re: Primary key field can be empty

2007-04-25 Thread Ramiro Morales
it works at the admin UI level so it doesn't know about database primary keys and such. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: Primary key field can be empty

2007-04-25 Thread Ramiro Morales
On 4/25/07, Kai Kuehne <[EMAIL PROTECTED]> wrote: > > Hi, > > On 4/25/07, Ramiro Morales <[EMAIL PROTECTED]> wrote: > > > Hi list, > > > why can I add a record in the admin where the name field is empty, > > > > Because, as you wrote, blank

Re: Primary key field can be empty

2007-04-25 Thread Ramiro Morales
On 4/25/07, Kai Kuehne <[EMAIL PROTECTED]> wrote: > > Hi list, > why can I add a record in the admin where the name field is empty, Because, as you wrote, blank and null are False? -- Ramiro Morales --~--~-~--~~~---~--~~ You received this mess

Re: cx_Oracle

2007-04-06 Thread Ramiro Morales
lem using trunk, please try again by doing a checkout from the branch as Jeremy Dunck suggests in another post of this thread. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

Maintaning a private branch of Django

2007-04-04 Thread Ramiro Morales
, 1. http://code.djangoproject.com/timeline/ -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com

Re: Changing the database - attribute errors

2007-03-20 Thread Ramiro Morales
ifications or have been maintaining the same shell session open from before you started these mods?. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Django Tutorial

2007-03-17 Thread Ramiro Morales
ound a way to avoid this problem getting in you way. I'd suggest to reopen one of the tickets and put the information to reproduce it there (it seems lak of such info lead to the closing of these reports) so it isn't lost and gets a chance of being taken in account by the core devs and/or people experi

Re: Django Tutorial

2007-03-16 Thread Ramiro Morales
occurs. > Searching the ticket system and the list archives for "a2b_base64" show there have been similar reports (including four previous messages by Paul in the list :-)). The other reports seem to suggest this is something that happened to people using the MySQL backend, Paul

Re: Django effects Python time/datetime and gives wrong time after DST update

2007-03-12 Thread Ramiro Morales
cket #2315 and changeset [4487] for some work donde in the Windows time zone stuff front. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: Request for test confirmation

2007-03-12 Thread Ramiro Morales
for work. Yes I'm using the sqlite backend. $ dpkg -l libsqlite3-0 python-pysqlite2 [...] ii libsqlite3-0 3.3.5-0.1bpo1 SQLite 3 shared library ii python-pysqlite2 2.3.2-0bpo1 python interface to SQLite 3 Regar

Re: Request for test confirmation

2007-03-12 Thread Ramiro Morales
test.py", line 302, in failUnlessEqual raise self.failureException, \ AssertionError: 1 != 4 ---------- Ran 97 tests in 22.183s FAILED (failures=1, errors=1) -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

Re: Unique_together question

2007-03-11 Thread Ramiro Morales
rkaround described in the comments that involves changing the order of the fields in unique_together. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To po

Re: disorderly order_by

2007-03-06 Thread Ramiro Morales
he first comments in the ticket, because, it doesn't works always (there is a select_related workaround too) -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: Lighttpd and mod_proxy

2007-03-04 Thread Ramiro Morales
? > See chapter 21 of the WIP django book: http://www.djangobook.com/en/beta/chapter21/ for some advice about the choices. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Djan

Re: un-broken order_by (was "Upcoming Django release, and the future")

2007-03-01 Thread Ramiro Morales
to find the proposed modifications it would introduce. btw I've just attached ticket-2076.6.diff with fixes in the docs. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&quo

Re: filter on related fields in admin ?

2007-02-28 Thread Ramiro Morales
Chris, On 2/28/07, Chris Brand <[EMAIL PROTECTED]> wrote: > > In the Admin subclass of my class, is it possible to follow relations for > list_display() and/or list_filter() ? Not currently, but there is ticket #3400 (with patch) about such a feature for list_filter. Regard

Re: how can i find a full source code for complete django

2007-02-28 Thread Ramiro Morales
ull source code of website that was built with django" http://www.google.com.ar/search?q=full+source+code+of+website+that+was+built+with+django=0=utf-8=utf-8=firefox-a=org.mozilla:en-US:official Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You re

Re: Models Causing Admin to Crash

2007-02-27 Thread Ramiro Morales
e?. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group

Re: un-broken order_by (was "Upcoming Django release, and the future")

2007-02-27 Thread Ramiro Morales
On 2/27/07, Ramiro Morales <[EMAIL PROTECTED]> wrote: > > Please apply & test the patch attached to ticket #2076 because I suspect this > is the same issue. The select_related() call you are using is a workaround to > the real problem as suggested by Malcolm

Re: un-broken order_by (was "Upcoming Django release, and the future")

2007-02-27 Thread Ramiro Morales
Error: (1054, "Unknown column 'camps_board_time_block.start_time' > in 'order clause'") > Please apply & test the patch attached to ticket #2076 because I suspect this is the same issue. The select_related() call you are using is a workaround to the real problem as suggested by Malco

Re: Django snippets

2007-02-26 Thread Ramiro Morales
James, On 2/26/07, James Bennett <[EMAIL PROTECTED]> wrote: > > Also, a few people have mentioned not getting account activation > emails; I don't know what's up with that [...] Could this be related to [1]this ?. Regards, 1. http://code.djangoproject.com/ticket/3472#comment

¿django-es?

2007-02-13 Thread Ramiro Morales
e exciting times. Well, that was a bunch of loose ideas of things we could start. What do you think?. Regards, 1. A similar version of this message was sent the Argentinean Python Users mailing list. -- Ramiro Morales --~--~-~--~~~---~--~~ You received th

Re: ForeignKey, null, and schema evolution

2007-02-10 Thread Ramiro Morales
ogram_timedivision" ("id"), -"track_id" integer NOT NULL REFERENCES "program_track" ("id"), +"track_id" integer NULL REFERENCES "program_track" ("id"), "duration" time N

Re: Change class name in Admin interface

2007-02-07 Thread Ramiro Morales
ry, but in this special case (as it's also true with Pais) it woud be missing the accented i. -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Display field name of a related object

2007-02-04 Thread Ramiro Morales
s in State.objects.all()] ['Cordoba', 'Numenor', 'Middangeard'] Please DO NOT cross post these kind of questions to the django-developers list. Regards, PS: You need to put the State model before the Store one, or use forward notation in the FK relationship on State declaration in Stor. Se

Re: Related "order by" problems

2007-02-04 Thread Ramiro Morales
s/2.4/lib/ > > python2.4/site-packages/MySQLdb/connections.py", line 35, in > > defaulterrorhandler > > raise errorclass, errorvalue > > OperationalError: (1054, "Unknown column 'site.pagerank' in 'order > > clause'

Reverse query name for field 'foo' clashes with field 'Foo.bar', why?

2007-02-03 Thread Ramiro Morales
r 'child'. ticket2536.child: Reverse query name for field 'parent' clashes with field 'Parent.child'. Add a related_name argument to the definition for 'parent'. 2 errors found. TIA for any enlightenment. -- Ramiro Morales --~--~-~--~~~---~--~~ You received thi

Re: Error with Meta: unique_together

2007-02-02 Thread Ramiro Morales
s to put the FK first in Meta.unique_together: class Meta: unique_together = (('test', 'number'),) in you case. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django use

Re: order_by not working with foreign keys:

2007-02-02 Thread Ramiro Morales
name' order_by specification notation suggested by the [2]Django documentation, would it be worth to note this if the patch gets applied?. HTH 1. http://groups.google.com/group/django-developers/browse_frm/thread/731f26c0184f6cde/28181488c9dea079?lnk=gst=2=en#2

Re: Internationalization Django App on Windows XP

2007-01-23 Thread Ramiro Morales
ws in this Django Wiki page: http://code.djangoproject.com/wiki/Localization and report back your success/error to the list. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&

Re: Why so slow?

2007-01-06 Thread Ramiro Morales
slowness?. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, s

Re: special characters in model

2006-12-31 Thread Ramiro Morales
ets [2]#170 and [3]#1945 HTH, Regards, 1. http://www.python.org/dev/peps/pep-0263/ 2. http://code.djangoproject.com/ticket/170 3. http://code.djangoproject.com/ticket/1945 -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subs

Re: Brasilian fellow with charcode problem...

2006-11-04 Thread Ramiro Morales
Italo, On 11/1/06, Italo Maia <[EMAIL PROTECTED]> wrote: > [...] > ...and all my > .py files starts with > # -*- coding: utf-8 -*- > Are you really making sure the coding of these files _is_ UTF-8 as well, not just flagging them as such to the Python interpreter. Right?

Re: unique_together

2006-10-21 Thread Ramiro Morales
Of course yo should zap the DB and make manage.py re-create if from scratch from the models (so the additional UNIQUE constraint is set) before testing this. Good luck. > > Thanks! > > Seemant > > > > > -- Ramiro Morales --~--~-~--~~-

Re: unique_together

2006-10-21 Thread Ramiro Morales
id, book, chapter, from_verse, > to_verse, passage) values (1, "1", 1, 1, 2, "passage"); That´s now what Rajesh asked you to do, you are using the same PK value in both statements. -- Ramiro Morales --~--~-~--~~~---~--~~ You received this me

Re: Combining Unique Columns

2006-10-20 Thread Ramiro Morales
ud in the documentation too: http://www.djangoproject.com/documentation/models/m2m_intermediary/ Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Adding a custom field for ManyToMany

2006-10-12 Thread Ramiro Morales
nk. > > I assume I will have to do my own logic and work for this, correct? > Maybe youa re talking about this example:? http://www.djangoproject.com/documentation/models/m2m_intermediary/ Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this

Re: No table colums, except id

2006-10-08 Thread Ramiro Morales
e of the same issue, when an admin view has been activated/defined for a model, the green plus shortcut appears nesides the FK field area in the admin views of the models related to it). HTH -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you

Re: Re: One-To-Many doesn't return a list.

2006-09-24 Thread Ramiro Morales
Hi guys, On 9/24/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > On 9/24/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > "Look, Russell! Shiny interesting thing... pay no attention to hook > > shaped object..." > > Ohh. shiny. () > > Sorry - I've been having a

Re: How install mysqldb under CentOS3 (or enable pyvault?)

2006-06-17 Thread Ramiro Morales
L/FC/CentOS?) Anyway, this is a question for another mailing list, maybe a CentOS one, a Python one or a MySQLdb one. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&quo

Re: newbie: ImportError on module admin

2006-06-10 Thread Ramiro Morales
ly updated from Badger to > Drake). > All your setting seem fine. Are you running the django development web server buy running ...mysite/manage.py runserver ? If so, make sure the invocation of a bare python effectively lauches your python 2.4 interpreter and not

<    1   2   3   4