Hi Time, Thank you for your help. That was indeed the issue. I followed the procedure for the Postgis hard upgrade and all worked fine.
Thanks! Marcela On Sat, May 30, 2015 at 10:04 AM, <[email protected]> wrote: > [email protected] > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/django-users/topics> > Google > Groups > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > Today's topic summary > View all topics > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/django-users/topics> > > - Help with customizing Django authentication > <#14da4eca96dddaa2_group_thread_0> - 2 Updates > - Trying to Build File Upload using jQuery dialog (jQuery > 1.10.2/django 1.7/Python 2.7.8) <#14da4eca96dddaa2_group_thread_1> - 1 > Update > - calling a view from a view doesnt clear the URL path > <#14da4eca96dddaa2_group_thread_2> - 6 Updates > - Gjango - debugging argument of type <> is not iterable > <#14da4eca96dddaa2_group_thread_3> - 2 Updates > - Why the extra minute in PostgreSQL when using time zone info? > <#14da4eca96dddaa2_group_thread_4> - 2 Updates > - Django formset hidden id field <#14da4eca96dddaa2_group_thread_5> - 1 > Update > - problem with requests and django view > <#14da4eca96dddaa2_group_thread_6> - 1 Update > - Issues Upgrading to django 1.8 and migrating from south > <#14da4eca96dddaa2_group_thread_7> - 1 Update > > Help with customizing Django authentication > <http://groups.google.com/group/django-users/t/ebf91c71ec4432d9?utm_source=digest&utm_medium=email> > Carlos Ribas <[email protected]>: May 29 02:19PM -0700 > > Hello, > > I have to confess that I did not understand your suggestion. How this will > help me to reverse the logic of my system? I mean, instead of User with or > without a profile (the Person class, ...more > <http://groups.google.com/group/django-users/msg/a1c9f0372c35967f?utm_source=digest&utm_medium=email> > Carl Meyer <[email protected]>: May 29 03:52PM -0600 > > Hello Carlos, > > On 05/29/2015 03:19 PM, Carlos Ribas wrote: > > will need to move the first_name and last_name fields to the Person > > class, and to do that, I will have to create custom ...more > <http://groups.google.com/group/django-users/msg/70981f89081a8bdd?utm_source=digest&utm_medium=email> > Back to top <#14da4eca96dddaa2_digest_top> > Trying to Build File Upload using jQuery dialog (jQuery 1.10.2/django > 1.7/Python 2.7.8) > <http://groups.google.com/group/django-users/t/9c4ba3f778fd325b?utm_source=digest&utm_medium=email> > Henry Versemann <[email protected]>: May 29 11:55AM -0700 > > I'm constructing my file-upload dialog using jquery(jq)/javascript/html > where the file-upload is supposed to begin like this: > > htmlStr = '<form enctype="multipart/form-data" ><label>SELECT FILE ...more > <http://groups.google.com/group/django-users/msg/a94ab7cbf36bbdb8?utm_source=digest&utm_medium=email> > Back to top <#14da4eca96dddaa2_digest_top> > calling a view from a view doesnt clear the URL path > <http://groups.google.com/group/django-users/t/8dbc2eb2f2f7a9a0?utm_source=digest&utm_medium=email> > dk <[email protected]>: May 29 10:03AM -0700 > > I am doing something like this. > > http://stackoverflow.com/questions/4808329/can-i-call-a-view-from-within-another-view > > I have my original view that actually gets render as html. > ...more > <http://groups.google.com/group/django-users/msg/62f4cf9b1268ede1?utm_source=digest&utm_medium=email> > dk <[email protected]>: May 29 10:04AM -0700 > > in the second view I am doing at the end. > > return original_view(request, message="successfully") > ...more > <http://groups.google.com/group/django-users/msg/23e3530d07bbb2fd?utm_source=digest&utm_medium=email> > Daniel Roseman <[email protected]>: May 29 11:00AM -0700 > > Why should it? The browser requested the original view, and the code > returned a response to that request. The browser doesn't know or care that > the process of constructing that response involved ...more > <http://groups.google.com/group/django-users/msg/ae74c2373edd06c7?utm_source=digest&utm_medium=email> > dk <[email protected]>: May 29 11:05AM -0700 > > can I redirect with an argument? > > On Friday, May 29, 2015 at 1:00:07 PM UTC-5, Daniel Roseman wrote: > ...more > <http://groups.google.com/group/django-users/msg/a14685c40a3026a?utm_source=digest&utm_medium=email> > Daniel Roseman <[email protected]>: May 29 11:22AM -0700 > > You can redirect with whatever arguments you want, as long as the > receiving URL accepts them. > ...more > <http://groups.google.com/group/django-users/msg/d9d0fe98b5ef2cc0?utm_source=digest&utm_medium=email> > dk <[email protected]>: May 29 11:28AM -0700 > > so that redirect needs to be catch by the url, interesting. > > On Friday, May 29, 2015 at 1:22:40 PM UTC-5, Daniel Roseman wrote: > ...more > <http://groups.google.com/group/django-users/msg/1735fe535b8a042c?utm_source=digest&utm_medium=email> > Back to top <#14da4eca96dddaa2_digest_top> > Gjango - debugging argument of type <> is not iterable > <http://groups.google.com/group/django-users/t/63e883429d177ec9?utm_source=digest&utm_medium=email> > Shekar Tippur <[email protected]>: May 29 08:40AM -0700 > > Hello, > Thanks for responding. I am not sure where in the code this is coming > from. > I have this code in my view. Not sure if this is the culprit. If it is, > what is a better way to access this ...more > <http://groups.google.com/group/django-users/msg/6e09ba0bb63da69c?utm_source=digest&utm_medium=email> > Shekar Tippur <[email protected]>: May 29 10:43AM -0700 > > If I change this to > > class Meta: > > * owner = serializers.ReadOnlyField(source='owner.username')* model = > UserPrefs > fields = ('owner', 'name', 'value') > depth = 1 ...more > <http://groups.google.com/group/django-users/msg/b0c4cd0cc7ec821?utm_source=digest&utm_medium=email> > Back to top <#14da4eca96dddaa2_digest_top> > Why the extra minute in PostgreSQL when using time zone info? > <http://groups.google.com/group/django-users/t/ad76a5c04ced7ebd?utm_source=digest&utm_medium=email> > Carl Meyer <[email protected]>: May 29 10:00AM -0600 > > Hi aRkadeFR, > > On 05/29/2015 02:09 AM, aRkadeFR wrote: > > Indeed, the problem comes from the representation on PG, > > cause I have only good results (0/30 for the minutes) from > > the python ...more > <http://groups.google.com/group/django-users/msg/6f6e826c790740?utm_source=digest&utm_medium=email> > aRkadeFR <[email protected]>: May 29 06:28PM +0200 > > awesome explanation. > > I was only aware of time zone information, and got to > understand the daylight saving time not that long ago. > > Glad to know, after reading from you, the historical ...more > <http://groups.google.com/group/django-users/msg/ea1ddfcb961cb756?utm_source=digest&utm_medium=email> > Back to top <#14da4eca96dddaa2_digest_top> > Django formset hidden id field > <http://groups.google.com/group/django-users/t/411f638389d2a1ae?utm_source=digest&utm_medium=email> > "Luis Zárate" <[email protected]>: May 29 10:26AM -0600 > > Mmm I am not sure of this but I guest that this number is not a primary key > (pk start in 1 not in 0 in postgres and mysql), it is a formset control > number used by formset for group fields in the ...more > <http://groups.google.com/group/django-users/msg/ffbb34f6c16bc4f3?utm_source=digest&utm_medium=email> > Back to top <#14da4eca96dddaa2_digest_top> > problem with requests and django view > <http://groups.google.com/group/django-users/t/f26834b3d9981a8?utm_source=digest&utm_medium=email> > ogi <[email protected]>: May 29 08:08AM -0700 > > Hi > > I have problems to post some json data from a python script using > *requests* > to a django view defined as base classed view. > Thinking that problem is with permissions I also installed django ...more > <http://groups.google.com/group/django-users/msg/68e24ab011c6743f?utm_source=digest&utm_medium=email> > Back to top <#14da4eca96dddaa2_digest_top> > Issues Upgrading to django 1.8 and migrating from south > <http://groups.google.com/group/django-users/t/233b69824ddbe434?utm_source=digest&utm_medium=email> > Tim Graham <[email protected]>: May 29 07:00AM -0700 > > I guess you might have an old database created using the PostGIS template. > See > > http://gis.stackexchange.com/questions/112592/installed-postgis-extension-not-listed-for-database > ...more > <http://groups.google.com/group/django-users/msg/8a1cb92d1d03a400?utm_source=digest&utm_medium=email> > Back to top <#14da4eca96dddaa2_digest_top> > You received this digest because you're subscribed to updates for this > group. You can change your settings on the group membership page > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/django-users/join> > . > To unsubscribe from this group and stop receiving emails from it send an > email to [email protected]. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN4kiCAmW5ATdZic_d-q1WK2yd%3DXOn%3DY%3DBo0mjB8O7K01_9f0w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

