Search Discussions
-
**tl;dr** I believe that persistent database connections are a good idea. Please prove me wrong :) -------------------- Since I didn't know why the idea of adding a connection pooler to Django was ...
Aymeric Augustin
Feb 17, 2013 at 11:25 am
Feb 28, 2013 at 9:46 pm -
Hi all, We struggled to get a proper definition for a first() and last() method vs. earliest() and latest() . I'd like to make one proposal. After that, I really like your opinion on which syntax you ...
Wim Feijen
Feb 27, 2013 at 10:34 pm
May 21, 2013 at 5:43 pm -
Hi, I saw a very old thread talking about setting up a buildbot for Django. Did this ever go anywhere? Trying to run the tests against Oracle, I'm finding some that fail against my branch and ...
Skylar Saveland
Feb 17, 2013 at 7:33 pm
Mar 30, 2013 at 9:17 pm -
I don't recall looking at the ALLOWED_HOSTS setting before. Now that I do, it seems rather problematic. In particular, that host verification is apparently turned off while DEBUG is True or while ...
Nick Phillips
Feb 19, 2013 at 10:32 pm
Feb 21, 2013 at 2:55 am -
Fifteen months later, I finally got around to fixing this. I would appreciate (1) a review (2) tests under Oracle. Ticket : https://code.djangoproject.com/ticket/17260 Patch ...
Aymeric Augustin
Feb 11, 2013 at 9:03 pm
Feb 13, 2013 at 8:26 pm -
Hello, I've integrated the feedback received on my initial proposal in a new pull request: https://github.com/django/django/pull/733 and I think it's ready for review. I'm just wondering if 10 ...
Aymeric Augustin
Feb 27, 2013 at 11:12 pm
Mar 19, 2013 at 2:13 am -
I looked into this today with 1.5 hitting and working on a project and this seemed relevant. A User should not require a username. Usernames are a hideous remnant that are impossible to justify on ...
Alper Çuğun
Feb 27, 2013 at 8:24 pm
Mar 4, 2013 at 7:22 am -
Hi all, I am a teenager who have been picking up Django development in my own time. I have reached a state where I am relatively comfortable with the django framework, setting up a *local* ...
Kaung Htet Zaw
Feb 9, 2013 at 10:37 pm
Feb 11, 2013 at 1:48 pm -
Hi, I'm a student and this is my first contribution to an open source project so I am trying to learn along the way. Anyways, I submitted a patch for ...
Steven Vargas
Feb 1, 2013 at 2:26 am
Feb 9, 2013 at 10:37 pm -
Hi, I wanted to raise a but around this, but I thought it might be a better idea to ask first on the developer's group. If I'm running a select_for_update statement in a multidb environment that uses ...
Ioan Alexandru Cucu
Feb 18, 2013 at 3:10 pm
Feb 26, 2013 at 10:02 am -
Hi all, Why isn't Pillow the recommended Django image library yet? PIL has been unmaintained for almost 3 years and has a number of annoying bugs (e.g. fails to open some valid JPEG files, maybe has ...
Marijonas Petrauskas
Feb 27, 2013 at 8:40 pm
May 8, 2013 at 12:31 pm -
Hi, I was just about to tell someone on IRC that Django's backwards-compatibility policy only applies to documented methods and attributes (which is how I'd always understood it), but when I actually ...
Carl Meyer
Feb 19, 2013 at 9:56 pm
Feb 20, 2013 at 9:38 am -
I have a branch on github if anyone is interested in taking a look. I will gladly modify and rebase if it's close to being acceptable (it could be badly flawed, I'm not sure). I would be interested ...
Skylar Saveland
Feb 17, 2013 at 7:17 am
Feb 17, 2013 at 7:50 pm -
Hi, so during the sprints a few people (thanks to everyone involved, sadly enough I can't remember all the names, so I refrain from mentioning an incomplete list) worked on adding and testing travis ...
Florian Apolloner
Feb 25, 2013 at 10:48 pm
Dec 15, 2013 at 5:38 pm -
Hi everyone! I'm Ola, one of the main organizers of upcoming DjangoCon Europe conference. I just wanted to let you know that we're starting to sell regular tickets to the conference today at 4pm CET ...
Ola Sitarska
Feb 27, 2013 at 3:45 pm
Mar 1, 2013 at 7:42 am -
Hi folks, I downloaded Django 1.4.4 this evening and after switching to it started getting the following error on my CentOS 6.3 / Python 2.6 based system: ImportError: Bad magic number in ...
Nick Popoff
Feb 20, 2013 at 3:14 am
Feb 20, 2013 at 8:38 pm -
I've seen lot of talk about removing the admin and many other contribs from core. For some I think it make sense, for others like the admin I'm not so sure. However, I have not seen any talk about ...
Maxime Haineault
Feb 6, 2013 at 7:20 pm
Feb 13, 2013 at 8:23 pm -
Hey everybody, Quick question. In version 1.6 why is TIME_ZONE in django.conf.global_settings<https://github.com/django/django/blob/master/django/conf/global_settings.py set to 'America/Chicago', but ...
Jonathan Loy
Feb 9, 2013 at 10:37 pm
Feb 9, 2013 at 11:14 pm -
Would anyone know if there is still any momentum behind this? I like Adamcik's approach. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To ...
Daniel Sokolowski
Feb 23, 2013 at 4:18 pm
Mar 14, 2013 at 4:57 pm -
I have to commit files from request.FILES to svn repository usiong pysvn but when i try like this import pysvn client = pysvn.Client("Repo_url") file = request.FILES.get('file', None) ...
Abdul Wahid
Feb 26, 2013 at 6:57 am
Feb 27, 2013 at 3:52 pm -
this is an example from formset documentation: from django import forms class ArticleForm(forms.Form):... title = forms.CharField()... pub_date = forms.DateField() from django.forms.formsets import ...
ANKIT BAGARIA
Feb 23, 2013 at 5:51 pm
Feb 24, 2013 at 12:46 pm -
I was going to monkey patch this into our system until a coworker suggested contributing. This patch will add a 'change' link (next to the 'add' button) for related fields. Is it a trivial patch? I ...
Mason Staugler
Feb 21, 2013 at 2:08 am
Feb 22, 2013 at 8:15 pm -
Hi I am new to Django. When i run my Django project i get 0 errors. But when i run my browser with the "http://127.0.0.1:8000/", i get the following console log. Please help me and plenty thanks in ...
Vvinoth
Feb 13, 2013 at 8:00 pm
Feb 13, 2013 at 8:08 pm -
Hi, this email aims at finding a bettere solution to a problem that was already posted some months ago in the user list [1]. If you use namespaces in packages to split your code in independently ...
Alessandro Dentella
Feb 11, 2013 at 6:30 pm
Feb 12, 2013 at 9:10 am -
A form that has a char field (e.g. "name") when provided a dict of data will convert the value of "name" to a Unicode, no matter what. I understand that this is desirable in some circumstances, but ...
Yo-Yo Ma
Feb 9, 2013 at 4:39 pm
Feb 9, 2013 at 5:37 pm -
Hi all, Language translation is not working for me, I want translation of my website in anyother language currently I am using Dutch(for experiment) I have done the following things: *settings.py* ...
Satendra Tiwari
Feb 4, 2013 at 6:35 am
Feb 4, 2013 at 8:03 am -
I'm wondering if we can open a quick discussion on the `formfield_callback` method of django ModelForms.. The basic issue boils down to the fact that we have an undocumented (and thus unsupported) ...
Poswald
Feb 27, 2013 at 2:09 pm
Feb 27, 2013 at 9:06 pm -
Dear all. I apologie for posting this question here, but I got no response from django-users. I try to make my own Authentication-backend, I'll call it l2auth (2nd Level Auth). What I want in this ...
Bino
Feb 25, 2013 at 12:49 pm
Feb 25, 2013 at 1:10 pm -
Hello guys, When I had to customize my users in Django 1.5 where UserProfile got deprecated, I found out I'd have to rewrite the UserCreationForm (contrib.auth), as described in docs[1]. Is it really ...
Luan
Feb 22, 2013 at 6:23 pm
Feb 25, 2013 at 5:19 am -
Hi, I know how to post data to django. However, now I need to post multiple items in one time (to reduce the number of requests). Each item has the same data structure, but some fields might be ...
Onsite
Feb 24, 2013 at 4:37 pm
Feb 24, 2013 at 5:03 pm -
Dear Sirs, Maybe this is a concept question, but here we go. I'm doing test development to learn django and using admin for everything. This is a Company/Employee/HeathInsurance CRUD system. The main ...
Delcio Torres
Feb 23, 2013 at 3:54 am
Feb 23, 2013 at 4:06 am -
Hello, I don't think the issue is fixed. I am trying to use a UUID primary key. Per https://code.djangoproject.com/ticket/12235, I've marked my field as the autofield in contribute_to_class. However, ...
Gordon
Feb 22, 2013 at 10:07 pm
Feb 23, 2013 at 12:47 am -
Dear Gurus: I am a regular lurker on this list, and I have accepted the invitation to use 1.5rc1 to help test it. My group is putting together a small (but very important, we think) application which ...
VernonCole
Feb 18, 2013 at 1:33 pm
Feb 18, 2013 at 6:03 pm -
Hello, I want to calculate cashflow in my application. I have a cashflow model shown below. My problem is with the save method. I want on clicking save in the django admin, the list display should ...
Francis lutalo
Feb 16, 2013 at 3:24 pm
Feb 16, 2013 at 3:25 pm -
Hey guys, I need a little bit help with a custom manage.py command called *test* I am using it in a virtualenv on a shell script *script.sh*, if i execute *python manage.py script.sh * All is OK, but ...
Jesús Lucas Flores
Feb 6, 2013 at 1:10 pm
Feb 6, 2013 at 1:11 pm -
Hey, what about this one: qs.prefetch_related('best_pizza__toppings__topping_type_*') It is intuitive and simple. But of course, that would mean to add wildcard support everywhere. -- You received ...
Michal Novotný
Feb 6, 2013 at 12:29 am
Feb 6, 2013 at 10:02 am -
Hello Everyone, I am beginner to Django and currently i developing a project using django and for client side i would like to use knockout JS, So would you please help to achieve this. Thanks a lot, ...
Abdul
Feb 3, 2013 at 2:03 am
Feb 3, 2013 at 2:04 am -
hi all, i have a big question. how can i perform search queries like on following models RESTAURANT_TYPES = ( ('C', 'Chinese'), ('A', 'American'), ('J', 'Japanese'), ) class city (models.Model): name ...
Aswani Kumar
Feb 2, 2013 at 6:17 pm
Feb 2, 2013 at 6:19 pm -
Yup, it's finally here! * Announcement blog post here: https://www.djangoproject.com/weblog/2013/feb/26/15/ * Release notes here: https://docs.djangoproject.com/en/1.5/releases/1.5/ * Download it ...
James Bennett
Feb 26, 2013 at 7:44 pm
Feb 26, 2013 at 7:44 pm -
Hello, A pre-requisite for persistent database connections in Django [1] is robust error handling, especially for transaction commits and rollbacks. Currently, Django wraps and re-raises database ...
Aymeric Augustin
Feb 26, 2013 at 4:08 pm
Feb 26, 2013 at 4:08 pm -
Hi folks -- We've released two new releases today -- Django 1.4.5 and Django 1.3.7 -- that correct packaging problems in yesterday's security releases. There's no new code; just a packaging fix. For ...
Jacob Kaplan-Moss
Feb 20, 2013 at 8:52 pm
Feb 20, 2013 at 8:52 pm -
Hi folks -- I'm sitting here in a hotel room, after day 4 of a 5-day Django class I'm teaching for a client. This is something I've been doing a fair bit of over the last few years, and tonight I ...
Jacob Kaplan-Moss
Feb 15, 2013 at 1:51 am
Feb 15, 2013 at 1:51 am -
Hello, Yesterday I managed to make some SQLite pragmas work automatically by following this simple recipie ...
Isaac Jurado
Feb 11, 2013 at 10:50 pm
Feb 11, 2013 at 10:50 pm -
Any new infos on this one? I'd love to see it in django. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and ...
Jannis Gee
Feb 10, 2013 at 12:24 am
Feb 10, 2013 at 12:24 am -
Hi folks, We've scheduled maintenance operations on djangoproject.com tomorrow, starting at 09:00 UTC. The website and the docs may be temporarily unavailable. Please use the mirror of the docs at ...
Aymeric Augustin
Feb 6, 2013 at 6:43 pm
Feb 6, 2013 at 6:43 pm
Group Overview
group | django-developers |
categories | django, python |
discussions | 45 |
posts | 202 |
users | 79 |
website | djangoproject.com |
79 users for February 2013
Archives
- May 2014 (70)
- April 2014 (166)
- March 2014 (290)
- February 2014 (258)
- January 2014 (238)
- December 2013 (183)
- November 2013 (150)
- October 2013 (233)
- September 2013 (328)
- August 2013 (247)
- July 2013 (263)
- June 2013 (181)
- May 2013 (408)
- April 2013 (266)
- March 2013 (420)
- February 2013 (202)
- January 2013 (191)
- December 2012 (200)
- November 2012 (236)
- October 2012 (213)
- September 2012 (203)
- August 2012 (219)
- July 2012 (138)
- June 2012 (243)
- May 2012 (280)
- April 2012 (158)