Re: Adding ForeignKey to model alters SQL generated for ManyToManyField in model

2009-09-25 Thread Ramiro Morales
the names of your m2M and FK fields (category, category_id), try changing one of them so there isn't one relationship field with a name equal to the name of the other plus '_id'. Note that I'm not saying this isn't a bug in Django. Just poi

Re: django-firebird backend

2009-09-28 Thread Ramiro Morales
instead ' > > The question is,  which method I have to touch to change this > behavior? Take a look at the [1][2]'operators' attribute of the backend's DatabaseWrapper class and the [3]lookup_cast() method of the 'ops' attribute (usually an inst

Re: Import problem starting with r12977

2010-04-17 Thread Ramiro Morales
te > Error: cannot import name Comment > > I'd would definetly consider this a bug in django, but I've no idea how to > design a regression test for this, sorry. I'll try to understand what these > app loading changes do. I think this has already been reported in ti

(distributed) Documentation sprint -- Saturday May 8?

2010-04-26 Thread Ramiro Morales
t=Documentation&order=priority I think the review/commit workload generated by such a sprint can be handled by one core developer. If no one can be online on Saturday then we can mark the tickets somehow so they can be reviewed and committed on Monday 10th. Regards, -- Ramiro Morales -- You rece

Virtual sprint w/focus on docs this weekend (was: (distributed) Documentation sprint...)

2010-05-06 Thread Ramiro Morales
ed as possible for the 1.2 release. So if you're interested and would like to help out, please head over to the wiki page for the sprint: http://code.djangoproject.com/wiki/1.2DocumentationSprint and add your name. On Mon, Apr 26, 2010 at 11:13 PM, Ramiro Morales wrote: > Hi all, > &g

Re: ipv6 support for runserver - stuck in DDN for 2 yrs

2010-05-28 Thread Ramiro Morales
t's been stuck in DDN for two years. Why is > this? It looks to me like a simple patch for a feature we should have. Could you please expand on the 'a feature we should have' part?. I've read the ticket history and there are similar claims there but with no rationale ei

Re: documentation re-factor for 1.3?

2010-07-05 Thread Ramiro Morales
DO list: http://docs.djangoproject.com/en/1.2/internals/documentation/#todo (that would be the "documentation documentation" document you talk about) I'd suggest to go forward with you showcasing idea, choose one module that currently has no reference material, apply the stra

Re: Problem with randrange in django/middleware/csrf.py

2010-07-08 Thread Ramiro Morales
ns for production servers might involve implementing a hardware assisted RNG like the Entropy Key already mentioned or randomsound: http://packages.debian.org/search?keywords=randomsound Regards, -- Ramiro Morales | http://rmorales.net -- You received this message because you are subscribed to th

Re: importing fixtures to postgres fails to set sequences correctly

2010-07-15 Thread Ramiro Morales
p; paste > oversight from the previous loop. > I think so. And now I remember actually we discussed about this on #django-dev a couple of weeks ago but I forgot to open a ticket: http://botland.oebfare.com/logger/django-dev/2010/6/23/1/#02:04-2311026 Regards, -- Ramiro Morales  |  http://rmoral

Re: djangoproject.com hiccup: community section configured wrong

2010-07-16 Thread Ramiro Morales
be multiple sites, all those entries are from the same site. See ticket [1]13923. Regards, -- Ramiro Morales  |  http://rmorales.net 1. http://code.djangoproject.com/ticket/13923 -- You received this message because you are subscribed to the Google Groups "Django developers" grou

Re: Documenting new features: built-in obsolescence of the "versionadded" tag.

2010-07-26 Thread Ramiro Morales
e additional question: Should the 'versionchanged' notes get the same treatment? Regards, -- Ramiro Morales  |  http://rmorales.net 1. http://code.djangoproject.com/ticket/14000 -- You received this message because you are subscribed to the Google Groups "Django

Re: multi-auth branch... time to merge?

2006-05-30 Thread Ramiro Morales
ng the relevant /etc/pam.d/ file other auth backends could be used (unix password, ...) Thanks for your work. -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers"

FullHistory branch (Was: Branch Merges)

2006-11-06 Thread Ramiro Morales
the policy in this respect?) but I could post the patch here. Regards, Date: Tue, 17 Oct 2006 20:55:19 -0300 From: "Ramiro Morales" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Patch for full-history ranch Dear Uros, I've been testing your branch because I need a human

Re: trac: please bring back 'reopen'

2007-01-18 Thread Ramiro Morales
be reverted to revision 250. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To u

Re: FastCGI vs. mod_python as "current preferred setup"

2007-01-26 Thread Ramiro Morales
er 21: Deploying Django" at http://www.djangobook.com/en/beta/chapter21/ Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send ema

Ticket #3002 Admin app bug when using order_by with a FK. Reopen?

2007-02-02 Thread Ramiro Morales
Hi, I've just added in a comment to that ticket: * A test case that tries to demonstrate it isn't a dupe of #2076 and trying to justify a reopen. * A tentative patch that would solve the issue but it depends on the proposed fix for ticket #2076 being applied first. Regards, -

MS SQL backend (was: Moving towards Django 1.0)

2007-02-06 Thread Ramiro Morales
et/2358 several people are using it as a central hub to work on advancing this backend and it seems another experienced contributor wouldn't hurt. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

Re: Constraints and MySQL

2007-02-27 Thread Ramiro Morales
niel pointed, MySQL is not following the SQL standard in this specific issue. And considering Oracle now owns InnoDB I wouldn´t hold my breath waiting for this being implemented anytime soon. Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this messa

Re: Django ORM bug when your app has a model named "ContentType"?

2007-02-28 Thread Ramiro Morales
ributes only make sense for certain types of content.) > > If I remove the FK from Attribute -> ContentType, the extra junk in > the SQL goes away. > > It should be easy to test this on table names other than ContentType. > > Hopefully this is an extra clue to track this down,

Re: Memory Leak with httpd.exe on Windows

2007-03-21 Thread Ramiro Morales
rvice > httpd.exe keeps on growing in memory. Has anyone encountered this > problem or even know how to remedy it? > Maybe it's related to this http://www.djangoproject.com/documentation/faq/#why-is-django-leaking-memory ? Regards, -- Ramiro Morales --~--~-~--~~-

Re: Maintaining a patched Django (was re: Templates: short comments {##} eats text)

2007-04-25 Thread Ramiro Morales
scheme I use (it involves Darcs, but I think something similar can be implemented using any distributed revision system) some weeks ago to django-users: http://groups.google.com/group/django-users/browse_frm/thread/31402bfa5c86976d/f51629dc75692593 Regards, -- Ramiro Morales --~--~-~-

Visualizing changeset dependencies

2007-05-07 Thread Ramiro Morales
some time ago to django-users: http://groups.google.com/group/django-users/browse_frm/thread/31402bfa5c86976d/f51629dc75692593?lnk=gst&q=ramiro+morales&rnum=11&hl=en#f51629dc75692593 Example output: http://rmorales.net/media/django-deps/django-deps-r5165.pdf Hint: You can click on th

Re: Add model file to add in django.contrib.localflavor.ar

2012-01-30 Thread Ramiro Morales
y before deciding if I will apply the proposed patch to the AR localflavor. -- Ramiro Morales -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsub

Re: ModelFormSet validation fails when initial queryset contains objects not in the default manager's queryset

2012-02-21 Thread Ramiro Morales
On Tue, Feb 21, 2012 at 2:58 AM, Tom wrote: > Hi everyone, Please start threads like this to the django-users mailing list as this list is dedicated exclusively to discussions about development of Django. -- Ramiro Morales -- You received this message because you are subscribed to the Goo

Re: ModelFormSet validation fails when initial queryset contains objects not in the default manager's queryset

2012-02-21 Thread Ramiro Morales
em, he's asking > about the design of BaseModelFormSet itself. Oh you are right. Sorry Tom for replying too fast and thanks Carl for correting me. Regards, -- Ramiro Morales -- You received this message because you are subscribed to the Google Groups "Django developers" group.

Re: django 1.4b + mysql + boolean fields

2012-02-24 Thread Ramiro Morales
m/ticket/13293 ) > > I think it's a bug which will afect some users after upgrading to django 1.4 > - in my opinion quite serious. > > Any comments before creating a ticket? I think there is one already: https://code.djangoproject.com/ticket/15169 -- Ramiro Morales --

Re: Jquery library update in django 1.4

2012-02-29 Thread Ramiro Morales
her javascript works > out of the box Please if you can open a ticket in the issue tracker describing that 'one little bug' with a little more detail. Or if you can't give us such details here so somebody else can report it with a ticket. -- Ramiro Morales -- You received this

Re: Status of issue 17758: dict ordering bugs

2012-03-22 Thread Ramiro Morales
o not depend on dict order in test suite") The title itself leads to think the issue is something of a lesser severity/priority than the other issues. Maybe we should split these problem reports in their own tickets? Regards, -- Ramiro Morales -- You received this message because you are s

Re: suggestion: Don't make the tag "url" dirty in Django1.5

2012-03-27 Thread Ramiro Morales
7;, but now django become more > and more 'dirty' Please post references from where did you get this nonsense. It is completely wrong to the point of not even being correct syntax. Please read the oficial documentation. -- Ramiro Morales -- You received this message because you are

Re: django db library doesn't handle quoted table/field names

2012-04-12 Thread Ramiro Morales
icket [1]#6148. There is some recent renewed energy and know how being put in addind that feature. Maybe you can help by testing the proposed changes with your use case and giving feedback? Regards, -- Ramiro Morales 1. https://code.djangoproject.com/ticket/6148 -- You received this message

Proposal: Stop supporting MySQL < 5.0 in Django 1.5

2012-04-18 Thread Ramiro Morales
oid a limitation on the length (<= 255) of char fields imposed by older MySQL versions. Opinions on the proposal and the respective patch are welcome. -- Ramiro Morales 1. https://code.djangoproject.com/ticket/18116#comment:7 -- You received this message because you are subscribed to the Googl

Re: startproject template context

2012-05-01 Thread Ramiro Morales
icket in our issue tracker. Thanks. -- Ramiro Morales -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-dev

Re: Test reordering and TransactionTestCase cleanup

2012-05-03 Thread Ramiro Morales
rdering to be: * TestCases * doctests * TransactionTestCases So doctests aren't affected either. I intend to commit a fix for it soon. -- Ramiro Morales 1. https://code.djangoproject.com/ticket/12408 -- You received this message because you are subscribed to the Google Groups "Django dev

Re: Test reordering and TransactionTestCase cleanup

2012-07-09 Thread Ramiro Morales
Postgres, MySQL and sqlite3 w/o problems. Hopefully I will be able to commit something along the lines soon. Regards, -- Ramiro Morales -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to djan

Re: Test reordering and TransactionTestCase cleanup

2012-07-19 Thread Ramiro Morales
02 > says that changing a TestCase to TransactionTestCase might solve some > errors caused by test ordering. I don't get why this is true. It was text I had moved from a spot below in the same document. It applied to the changes introduced in 1.1 and is actually inaccurate now. My fault,

Re: Test reordering and TransactionTestCase cleanup

2012-07-21 Thread Ramiro Morales
On Thu, Jul 19, 2012 at 8:32 PM, Ramiro Morales wrote: >> I ran the full test suite on SQLite, and got this error: >> == >> ERROR: test_pass_connection_between_threads >> (regressiontests.ba

Re: Testing django 1.5 with firebirdsql

2012-09-13 Thread Ramiro Morales
ddressPKData(models.Model): data = models.GenericIPAddressField(primary_key=True) It has only one field, marked as the PK. Wild guess: Your backend's creation.py isn't generating the DB field corresponding to the (new in 1.4 IIRC) GenericIPAddressField field types i.e. is generat

Re: Possible bug in django oracle backend - no way to map from model type to oracle NUMBER type.

2012-10-17 Thread Ramiro Morales
ap to NUMBER in oracle? This is a question for the django-users mailing list. django-dev is exclusively for the development OF Django not for development WITH Django. To answer your question. Take a look at this file frm the source code, it might be fo help: https://github.com/django/django/blob/m

Re: Proposal: Django Admin Site and "pretty" app name

2012-12-07 Thread Ramiro Morales
. The fix for it depends on 3591[2] wich should introduce first class app entities that could carry this and other meta-data. Please read the story of the former ticket for more details. -- Ramiro Morales 1. https://code.djangoproject.com/ticket/10436 2. https://code.djangoproject.com/ti

Re: Proposal: move non-db tests out of TransactionTestCase

2013-03-07 Thread Ramiro Morales
7;ve just done. +1 to you proposal. Please open a ticket. This thread and the ticket should give the topic the visibility it needs to raise alarms if there is any backward compatibility involved. Thanks! 1. https://docs.djangoproject.com/en/1.5/topics/testing/overview/#django.test.SimpleTestCase 2. h

Re: What can I do to get feedback on my pull request?

2013-03-25 Thread Ramiro Morales
is the pull request: > > https://github.com/django/django/pull/378 Isn't it the same idea proposed (and rejected) in this thread?: https://groups.google.com/forum/?fromgroups=#!topic/django-developers/64I3Qy4OH-A -- Ramiro Morales @ramiromorales -- You received this message becau

Re: What can I do to get feedback on my pull request?

2013-03-25 Thread Ramiro Morales
d. But they were unaware of the existence of the ticket. 1. https://code.djangoproject.com/ticket/16774 -- Ramiro Morales @ramiromorales -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and sto

Re: Policy for stable/1.x.x branches

2013-03-28 Thread Ramiro Morales
es aren't ported to the stable branches. See https://docs.djangoproject.com/en/1.5/internals/release-process/#supported-versions > 3) Are there docs for this, and if not, should there be an entry on > https://docs.djangoproject.com/en/dev/faq/install/? Sound like a dood idea. We could add at

Re: Issue with CsrfViewMiddleware and "referer" checking for trusted and secure subdomains

2015-05-29 Thread Ramiro Morales
t [1]24496, it's associated [2]PR and e.g. thios [3]comment. Any help in advancing the issue (e.g. reviewing the patch and adding the missing documentation changes) is welcome. 1. https://code.djangoproject.com/ticket/24496 2. https://github.com/django/django/pull/4337/files 3. https://code.djan

Re: Improving MSSQL and Azure SQL support on Django

2015-09-02 Thread Ramiro Morales
tps://code.google.com/p/django-pyodbc/issues/detail?id=16 . This is also why I started considering a FreeTDS-based solution a better technical choice. I'm posting a message to the FreeTDS mailing list later today pointing to Meet's post which opened this thread. Regards, -- Ramiro Morale

SQLite support for FK constraints

2010-09-01 Thread Ramiro Morales
e and additionally provide a way to control with a backend boolean switch [2]option?. Also, can/should the default value for this option be scheduled to be changed at a future Django release and providing a migration path? Did I miss too many design considerations? Regards, -

Re: A prompt 1.2.3 release

2010-09-09 Thread Ramiro Morales
ket/14247 Unfortunately we didn't catch this failure in four weeks, the fact that the buildbot isn't running tests for the 1.2.X branch doeesn't help either. -- Ramiro Morales  |  http://rmorales.net -- You received this message because you are subscribed to the Google Groups &q

Re: Custum permission bug

2010-10-30 Thread Ramiro Morales
that had already been reported as ticket [1]13503. I will fix it now. The permissions are about things an user can or can't do with a model instance, not about things a model can or can't do. Could you please confirm this is what you're talking about? Sorry for the inconveni

Settings for a pure Oracle multi-db Django test suite setup

2010-11-08 Thread Ramiro Morales
ly deletes all of it afterwards. But then I get a lot of DatabaseError: ORA-12520: TNS:listener could not find available handler for requested type of server errors and a summary like: Ran 2746 tests in 2335.718s FAILED (failures=36, errors=207, skipped=41, expected failures=2) Has anybody had

Re: Settings for a pure Oracle multi-db Django test suite setup

2010-11-09 Thread Ramiro Morales
ng sqlite3. >        'USER': '',                      # Not used with sqlite3. >        'PASSWORD': '',                  # Not used with sqlite3. >        'HOST': '',                      # Set to empty string for localhost

Re: Settings for a pure Oracle multi-db Django test suite setup

2010-11-10 Thread Ramiro Morales
#x27;django_test_other_temp', >     }, > } > > The key is that NAME should be the same ('xe') for both entries, since > you're really establishing two connections to the same database.  The > TEST_USER, TEST_TBLSPACE, and TEST_TBLSPACE_TMP entrie

Re: I18N locale per app resolving - documentation incorrect or bug?

2010-12-23 Thread Ramiro Morales
to the solution of this old issue, and for your patience. -- Ramiro Morales -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send

Re: i18n bug in template rendering.

2011-01-05 Thread Ramiro Morales
on/#other-tags) Also, * You need to load the i18n template tag library * Use the trans tag. Try using Template("{% load i18n %}{% trans 'Yes' %}").render(...) to achieve what you want. All this is covered in the docs: http://docs.djangoproject.com/en/1.2/topics/i18n/inte

Re: i18n bug in template rendering.

2011-01-06 Thread Ramiro Morales
On Thu, Jan 6, 2011 at 5:07 AM, Jonathan S wrote: > >> You aren't supposed to use _('Foo') as a standalone variable. >> (see last paragraph >> herehttp://docs.djangoproject.com/en/1.2/topics/i18n/internationalization...) > > > Why shouldn't I use it as a standalone variable? (A language should >

Re: i18n bug in template rendering.

2011-01-06 Thread Ramiro Morales
On Thu, Jan 6, 2011 at 8:15 AM, Ramiro Morales wrote: > Weird, it's working here: Ignore me, I was creating a new Template instance. I can reproduce it: In [1]: from django.utils import translation In [2]: from django.template import Template, Context In [3]: In [4]: In [5]: def

Re: Regressions in 1.2.4

2011-01-06 Thread Ramiro Morales
se numbers) I suspected they simply applied the patches linked from the announcement. http://changelogs.ubuntu.com/changelogs/pool/main/p/python-django/python-django_1.2.3-1ubuntu0.2.11.04.1/changelog The only issue I have with these two yes it that they mean adding burden to our release manage

Re: I18N locale per app resolving - documentation incorrect or bug?

2011-01-12 Thread Ramiro Morales
s in the order documented. Also, the note about the LocaleMiddleware can be dropped. Will take care of this soon. Regards, -- Ramiro Morales -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to djan

Re: I18N locale per app resolving - documentation incorrect or bug?

2011-01-21 Thread Ramiro Morales
emplates and localizations, you're > hosed, because you can't put A before B and B before A at the same > time. > > 2] As to the higher preference for LOCALE_PATHS, I'll just repeat that > the reason someone would put up a specific path for locales pretty > much h

Re: i18n bug in template rendering.

2011-01-24 Thread Ramiro Morales
Hi, I've opened ticket [1]15157 in the Django issue tracker for this report. Any feedback or correction is welcome. Thanks! 1. http://code.djangoproject.com/ticket/15157 -- Ramiro Morales -- You received this message because you are subscribed to the Google Groups "Django

Re: Admin DateTimeShortcuts performance (feature request / improvement suggestion)

2011-02-06 Thread Ramiro Morales
Fabian, On Jan 28, 11:18 am, Fabian Büchler wrote: > [...] > As an addition, I think it would make sense to integrate the jQuery UI > datepicker (maybe with a timepicker extension [1]) instead of the existing > one, because that might resolve some problems, as with the datepicker > opening outsid

Re: GSoC 2011 student contribution

2011-02-10 Thread Ramiro Morales
nal internship presentation, > the goal was documentation and visualization [2, 3]). I guess that this > idea is still available? Yes, it is. I see Russell has created a complete reply to the rest of you email so I will stop here because there is now way I could be more clear than him :)

Re: Inline formset exception

2011-03-07 Thread Ramiro Morales
uot; a ticket instead of opening a completely new one which would be the right thing to do. Your description of the analysis of the issues doesn't show you've taken in account OP's issue either it is not clear both issues are the same. Regards, -- Ramiro Morales -- You received this

Re: Inline formset exception

2011-03-08 Thread Ramiro Morales
#x27;ve found so far there. We might be in presence of he same issue but I think the divergence of initial conditions show it's too early to be sure of that. Thanks, -- Ramiro Morales -- You received this message because you are subscribed to the Google Groups "Django

Re: Permision Denied on share acces

2011-03-18 Thread Ramiro Morales
luck in general Python programming list or the django-users mailing list. Regards, -- Ramiro Morales -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscri

Re: Django multiple databases router(Cross-database foreign key)

2011-03-24 Thread Ramiro Morales
On Thu, Mar 24, 2011 at 7:23 AM, dy wrote: > Hi django devs, This list isn't a second level support fallback from django-users threads. It is exclusively dedicated to the discussion about development of Django*itself*. Please, keep this discussion in django-users. -- Ramiro Morales

Re: Error importing template source loader when upgrading from r15883 to r16025

2011-04-13 Thread Ramiro Morales
code changes didn't include proper markup to signal the specific modifications perfoemed nor a related section in the respective release notes. We tried to correct these omissions somewhat late during the 1.3 development cycle. The changeset is r15309 http://code.djangoproject.com/changeset/15309 an

Re: Translation catalog for localflavor must be loaded manually

2011-04-14 Thread Ramiro Morales
r INSTALLED_APPS setting?. -- Ramiro Morales -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers

#15294 -- Don't use hard-coded URLs in the admin

2011-06-02 Thread Ramiro Morales
nw if we should consider this a bug on its own. Opinions welcome. * Actually, I 've had no time to check if this a more general problem of the URL routing framework or if it only affects the admin URLs. Regards, -- Ramiro Morales 1. https://code.djangoproject.com/attachment/ticket/1529

Re: #15294 -- Don't use hard-coded URLs in the admin

2011-06-04 Thread Ramiro Morales
On Thu, Jun 2, 2011 at 11:30 AM, Ramiro Morales wrote: > > o We added an inner template block inside breadcrumbs one, we called it >crumbs, among other cleanups in the breadcrumbs code. Is it worth it? Jannis posted this comment in the ticket: What's the purpose of the crumb

Re: Test optimizations (2-5x as fast)

2011-06-06 Thread Ramiro Morales
can be considered associated with the general problem and so is open for other solution strategies. -- Ramiro Morales 1. https://code.djangoproject.com/ticket/9449 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to

Re: Test optimizations (2-5x as fast)

2011-06-06 Thread Ramiro Morales
('SET CONSTRAINT ALL DEFERRED') > > It didn't help. This might be related to ticket [1]#11665, a knownissue in the TestCase handling of constraints with pg. Suggestion athere si to use SET CONSTRAINTS ALL IMMEDIATE before the rollback. HTH -- Ramiro Morales 1. https://

Re: Should postgresql cascade after truncate

2011-06-21 Thread Ramiro Morales
nsactionTestCase (which is massively slower), the test fails > as expected. > > I haven't tested this yet, but I suspect that if I modified the Django > TestCase code to emit "SET CONSTRAINTS ALL IMMEDIATE;" before it > truncates the tables my IntegrityError will

Re: Reversing translated urls in templates

2011-07-01 Thread Ramiro Morales
ing of the i18n machinery for people with USE_i18N=False. But I'd like to completely avoid the possibility of clashing with existing 'lang' arguments and I'm not 100% convinced by the "with lang='xx'" part of the proposed syntax. It is a hybrid between our &#

Re: __getattr__ on SimpleTemplateResponse causes problems

2011-09-29 Thread Ramiro Morales
because none > of the base classes have __getattr__. It should use getattr instead. #16935[1] reports that, I think. https://code.djangoproject.com/ticket/16935 -- Ramiro Morales -- You received this message because you are subscribed to the Google Groups "Django developers"

Re: Custom transform in django docs

2011-10-13 Thread Ramiro Morales
ted parts in the docs.djangoproject.com) Regards, -- Ramiro Morales 1. http://docutils.sourceforge.net/docs/user/rst/quickstart.html#lists -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send

Re: Custom transform in django docs

2011-10-16 Thread Ramiro Morales
on this hack in *lots* of places, not just in > the docs that originated from Jacob's import of docs. Wow that was fast. Thanks! -- Ramiro Morales -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send

MS SQL backend as a proper external backend (was: RFC: Django 1.0 roadmap and timeline)

2008-06-12 Thread Ramiro Morales
py [3]modification. -- Ramiro Morales 1. http://code.google.com/p/django-pyodbc/issues/detail?id=1 2. http://code.djangoproject.com/ticket/7420 3. http://code.djangoproject.com/attachment/ticket/5246/mssql_pyodbc.2.patch --~--~-~--~~~---~--~~ You received this mes

Re: MS SQL backend as a proper external backend (was: RFC: Django 1.0 roadmap and timeline)

2008-06-16 Thread Ramiro Morales
it > some time and figure out why it's not broken. > /me greps over the cx_Oracle 4.3.3 and 4.4 source trees. It's me or cx_Oracle doesn't have an autocommit symbol at all?. In fact, it hasn't a set_isolation_level one either. Confused, -- Ramiro Morales --~--~

Re: Errors in django/tests/regressiontests/views/fixtures/testdata.json?

2008-06-18 Thread Ramiro Morales
MySQL doesn't provide a mechanism to defer checking of row constraints until a transaction is committed. " from what that says I'd guess you are using the InnoDB MySQL storage backend, Also, see http://www.djangoproject.com/documentation/databases/#mysql-notes -- Ramiro Mor

Re: Proposal: PostgreSQL backends should *stop* using settings.TIME_ZONE

2008-06-25 Thread Ramiro Morales
gt; Is this related to ticket [1]1480?. -- Ramiro Morales 1. http://code.djangoproject.com/ticket/1480 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to d

Re: MS SQL pyodbc backend update to trunk

2008-07-14 Thread Ramiro Morales
On Mon, Jul 14, 2008 at 10:09 PM, bob84123 <[EMAIL PROTECTED]> wrote: > > (It also seems order_by is recently broken, I'm going to have a look > into that now.) Are you using SQL server 2000? Regards, -- Ramiro Morales --~--~-~--~~~---~--~---

Re: MS SQL pyodbc backend update to trunk

2008-07-15 Thread Ramiro Morales
On Tue, Jul 15, 2008 at 12:53 AM, bob84123 <[EMAIL PROTECTED]> wrote: > > Yes I am. > See patch attached to issue #2 I just opened: http://code.google.com/p/django-pyodbc/issues/detail?id=2 Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ Yo

Re: Installing alpha over 96.x?

2008-07-21 Thread Ramiro Morales
e instrunction aren't comprehensive enough?: http://www.djangoproject.com/documentation/install/#remove-any-old-versions-of-django Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dj

Re: You've broken Oracle

2008-08-18 Thread Ramiro Morales
custom Query class methods. I don't know if this is also possible for the Oracle backend, hopefully it is. HTH, -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" gr

Re: Updating a locale

2008-08-28 Thread Ramiro Morales
do help or be in charge of one Django translation. > Is a good time now? Yes! your timing is perfect, but you have only a few days until 1.0 is released. Good luck. -- Ramiro Morales --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

Re: Search facility for new documentation

2008-08-30 Thread Ramiro Morales
now and later this > was new in dev/1.0/1.1... >From what i?ve heard I'd say facilities offered by Sphinx (see http://sphinx.pocoo.org/markup/para.html#dir-versionadded) are going to be used for this. Regards, -- Ramiro Morales --~--~-~--~~~---~--~-

Re: Porting from Django 0.96 to 1.0 doc improvement

2008-09-07 Thread Ramiro Morales
d you please add some lines about this in the doc ? > This is already described in the last paragraph of this documentation section: http://docs.djangoproject.com/en/dev/topics/db/models/#one-to-one-relationships Your suggestion to add something about the topic to the porting guide is a

meta: (minor) simple text editor setting conventions?

2008-11-25 Thread Ramiro Morales
hes containing: "\ No newline at end of file". Most modern text editor support the relevant settings with the possibility of activating them for specific filename extensions. If this proposal is adopted I could submitting a patch for internals/contributing.txt to documen

Re: Problem while writing new backend support

2009-01-05 Thread Ramiro Morales
ckle 'django.db.backends.db2.operations.DB2QueryClass'>: it's not found as > django.db.backends.db2.operations.DB2QueryClass You will need to implement something similar to what Malcolm has done in [1]r9272. In django-pyodbc we did it at [2]r9 (just with a slight variation). HTH, --

Session-based messages (Contrib-05, #4604)

2009-01-05 Thread Ramiro Morales
using code from the patch, moving things to a middleware. Would be an acceptable approach do do so and get this functionality in a contrib app providing such middleware and a context processor?. Regards, -- Ramiro Morales 1. http://www.djangosnippets.org/snippets

Re: #3566 - Aggregations: Ready to commit

2009-01-14 Thread Ramiro Morales
t just in case you have the Windows system with at hand, what are the versions of SQLlite and pysqlite2 (aka sqlite3) included in the official win32 2.5.4 binaries?: >>> from sqlite3 import dbapi2 >>> print dbapi2.version_info ... >>>

Re: Proposal: Make filters in admin persistent (#6903)

2009-01-23 Thread Ramiro Morales
time to use it comes, it does so even when a POST request is sent (when editing or creating a model instance). Are we ok with this? * (Related to the previous item) The variable name used was 'admin_change_return_to', I've changed it to 'return_to'. Do we need to obfuscate somehow it to mak

Re: Using pysqlite2 instead of sqlite3 when desired

2009-01-27 Thread Ramiro Morales
allback. >> > > Still, it is a minor inconvenience, so I could still sleep at night if > we went with option A. The need to use the pysqlite2 version apparently > affects Windows users of Python 2.5.1 (maybe 2.5.2 also, I don't know), > since there was some version skew there tha

#3461 'DatabaseWrapper should pass through args and kwargs to underlying database adapter'

2009-03-04 Thread Ramiro Morales
adds these parameters to the the postgresql* and mysql backends DatabaseWrapper _cursor() methods, although, because of the above, in the latter case they remain unused. Should the same strategy be implemented for sqlite3 and oracle? Regards, -- Ramiro Morales http://rmorale

Ticket 10405 and documentation about using 'app.model' notation in FKs to other apps models

2009-03-10 Thread Ramiro Morales
from the cases reported in the ticket and associated threads it seems it would need to be inserted in django.core.urlresolvers._get_urlconf_module() But if we don't need to support it we just can change this ticket component to Documentation and correct the docs to delete the two last pa

Python Argentina's PyCamp 09 (Mar 21-24), best day for a Django Sprint?

2009-03-11 Thread Ramiro Morales
I'd like to ask what would be a good date for the sprint (PyCamp will be from Saturday 21 to Tuesday 24.) At that date, the venue (and in fact, all of Argentina) will be back on UTC-3. Regards, -- Ramiro Morales http://rmorales.net --~--~-~--~~~---~--~~ You r

Re: GSOC process

2009-04-25 Thread Ramiro Morales
order=priority Hrm, none of these three tickets are listed either in the student's [1]proposal or [2]after-selection presentation/work plan. -- Ramiro Morales http://rmorales.net 1. http://groups.google.com/group/django-developers/browse_frm/thread/8e28c8e2bc232e42?hl=en&tvc=

Re: Ticket 10405 and documentation about using 'app.model' notation in FKs to other apps models

2009-05-01 Thread Ramiro Morales
On Tue, Mar 10, 2009 at 9:59 AM, Ramiro Morales wrote: > [...] > I went to the relevant [2]docs: > > """ > If you need to create a relationship on a model that has not yet been > defined, you can use the name of the model, rather than the model object > it

Re: Making Django a bit more AJAX friendly

2009-05-08 Thread Ramiro Morales
.com/ticket/10841 > See also snippets http://www.djangosnippets.org/snippets/584/ http://www.djangosnippets.org/snippets/650/ that implement something similar with a middleware, this spares you the need to modify Django code. -- Ramiro Morales http://rmorales.net --~--~-~--~~--

Re: Django test runner

2009-05-28 Thread Ramiro Morales
hers would like also? Please, send posts of this kind to the django-users mailing list. This list if for the coordination of Django development - related activities. See ticket 8363. Also, I've been told nose has that feature. Regards, -- Ramiro Morales

  1   2   >