Search Discussions
-
(Don't want to pester anyone but ... ) I was wondering if there's any updates about where the Django 1.7 release is at that I can put in to the podcast? Thanks! Elena :) @elequ --- References ...
Elena Williams
May 18, 2014 at 3:29 am
May 18, 2014 at 4:11 pm -
Today we've issued releases to remedy three security issues reported to us. Affected versions are Django 1.4, Django 1.5, Django 1.6 and the Django 1.7 beta. Full details and download information are ...
Jacob Kaplan-Moss
May 14, 2014 at 6:40 pm
May 14, 2014 at 6:40 pm -
Hi, I'm trying to implement the new schema migration of django 1.7 for django-firebird backend. In column_sql method, when the field can be null, in firebird, is not necessary add the NULL keyword ...
Maxi
May 14, 2014 at 2:05 pm
May 16, 2014 at 8:00 pm -
There was some discussion previously (see https://code.djangoproject.com/ticket/17419) of adding a JSON encoding filter to Django. This was rejected as being impossible (or very difficult) to do ...
David Evans
May 13, 2014 at 10:54 am
May 15, 2014 at 9:58 am -
Hello, as of 1.6.x loading fixtures with a blank=True IpAddressField field dumped from a db that allows empty string would fail on postgresql because its specialized field inet does not allow empty ...
Riccardo Magliocchetti
May 12, 2014 at 11:15 am
May 12, 2014 at 11:15 am -
Single Table Inheritance is used by ruby-on-rails and SQLAlchemy. Are there reasons why it is used in django? I would love to see a polymorphic inheritance solution in django. I know that there are ...
Thomas Güttler
May 12, 2014 at 9:27 am
May 16, 2014 at 2:07 pm -
Hello, I'm trying to make the lives of maintainers of third-party database backends a bit easier. I'm specifically interested in MSSQL backends. Unlike Oracle, it isn't supported by Django out of the ...
Aymeric Augustin
May 7, 2014 at 4:40 pm
May 11, 2014 at 8:19 pm -
Hi! In the course of implementing `natural_key` for many different models, I've noticed that the implementation is fairly predictable; it tends to use the fields already marked as unique. To avoid ...
Jian Li
May 7, 2014 at 2:31 am
May 8, 2014 at 1:44 am -
Hello, I just installed 1.7 (pip install git+https://github.com/django/django@stable/1.7.x) and the django-jsonfield app. As you can see here, JSONField.get_default() returns a dict instance, not a ...
Martin Tiršel
May 5, 2014 at 11:35 pm
May 5, 2014 at 11:40 pm -
Hi! Since the contribution workflow is a bit confusing to me, I'll just leave it here. I think django's cache needs ttl (time to live) method that would return time left until specified key expires ...
Piotr Gosławski
May 5, 2014 at 8:17 pm
May 9, 2014 at 10:27 am -
Hello, Please see the following discussion; http://stackoverflow.com/questions/5160688/organizing-django-unit-tests/20932450#20932450 This approach seems to work fine, but doesn't appear to be ...
Cal Leeming [Simplicity Media Ltd]
May 2, 2014 at 6:10 pm
May 3, 2014 at 5:18 pm -
Hello sorry if this is not the correct place for these questions I was testing the latest version of Django[1] directly from Github and am having this problem. In this link you can see all the steps ...
Fabio Caritas Barrionuevo da Luz
May 1, 2014 at 2:36 am
May 2, 2014 at 5:36 pm -
From DEP 001: "Once you've written a DEP and submitted the pull request, post a message about it to the django-developers mailing list. At that point, Django developers will make sure it's ...
Michael Manfre
Apr 30, 2014 at 3:59 am
May 11, 2014 at 8:53 pm -
Today we've issued releases which remedy a regression reported with last week's security release. Details and updated packages are available from the Django project blog ...
James Bennett
Apr 28, 2014 at 9:02 pm
Apr 28, 2014 at 9:02 pm -
I've already started this topic in django-users ( https://groups.google.com/forum/#!topic/django-users/k9K7VsPe6aA) and got an advice there to ask here. It's not a big issue and it can be solved ...
alTus
Apr 28, 2014 at 12:02 pm
Apr 29, 2014 at 1:05 am -
Hello, I want to improve this method: django/forms/forms.py: Form.get_changed_data() I need to have access to the old data, and would like to have a triple list like this: (field_name, old_value, ...
Thomas Güttler
Apr 24, 2014 at 1:10 pm
Apr 24, 2014 at 6:48 pm -
Hi, Since 1.4.11/1.5.6/1.6.3 introduced the reverse regression, and it was fixed already -- are we planning another release soon? Thanks, Shai. -- You received this message because you are subscribed ...
Shai Berger
Apr 24, 2014 at 9:20 am
Apr 24, 2014 at 9:20 am -
Hello! I am starting implementation of newsletter functionality on my website. I'd like to ask for reco on best practices. I think I will be using MailChimp since it looks quite simple in ...
Bart
Apr 23, 2014 at 7:25 pm
Apr 23, 2014 at 7:33 pm -
Hi, My name is Daniel, and this summer I will be working on formalising Meta. This will allow developers to build custom implementations of Meta and deploy them into their Django project. In case you ...
Daniel Pyrathon
Apr 23, 2014 at 7:23 pm
May 5, 2014 at 12:49 am -
Looking to get a decision on whether GDAL should be a required part of GIS infrastructure, or left out and subject to the various checks implemented in this pull reques ...
Vishal Lal
Apr 22, 2014 at 11:20 am
Apr 22, 2014 at 11:20 am -
Today we've issued releases to remedy three security issues reported to us. Affected versions are Django 1.4, Django 1.5, Django 1.6 and the Django 1.7 beta. Full details and download information are ...
James Bennett
Apr 21, 2014 at 11:37 pm
Apr 23, 2014 at 9:40 am -
Hi, Is it possible to add a bitmask field to allow multiple choices for small set of options in lieu of ManyToManyField? For some cases, ManyToManyField is overkill. e.g. Select several days of week ...
CHI Cheng
Apr 18, 2014 at 8:29 pm
Apr 19, 2014 at 7:24 am -
Hello, currently I try to make a TestSuite for a already grown application and it is horrible to do so. But thats not why I'm writing here. Our Application has some data migrations, previously we ...
Christian Schmitt
Apr 17, 2014 at 8:16 pm
Apr 22, 2014 at 3:32 pm -
I saw a previous discussion about JavaScript testing in Django but it looks like there hasn't been any progress in a few years. Some of my thoughts on this issue: This would require choosing a ...
Trey Hunner
Apr 16, 2014 at 9:57 pm
May 5, 2014 at 6:20 am -
The JavaScript files use 4 spaces, 2 spaces, or tabs (depending on the file). The CSS files use mostly 4 spaces, and the HTML files use mostly 2 spaces and sometimes 4 spaces. The JavaScript code is ...
Trey Hunner
Apr 16, 2014 at 9:37 pm
Apr 17, 2014 at 5:11 pm -
Hello, I have implemented support for the If-Unmodified-Since header http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.28 in the condition decorator and added an parameter to support ...
Thomas Tanner
Apr 16, 2014 at 2:07 pm
Apr 16, 2014 at 4:52 pm -
Yesterday at PyCon, about a dozen people from the Django core team had a lunch meeting to talk about various ideas we should implement. One idea was to start doing a Django equivalent of Python's ...
Adrian Holovaty
Apr 14, 2014 at 5:51 pm
Apr 28, 2014 at 9:02 am -
Is the Django community interested in supporting HTTP range requests in django.views.static.serve<https://github.com/django/django/blob/master/django/views/static.py ? The primary benefit I see is ...
Mdj2
Apr 14, 2014 at 3:30 am
Apr 30, 2014 at 6:51 pm -
A ticket has been opened asking to add HTML5 required tag in forms for the fields which are required for database entry. There have been several issues: 1. Is this new option going to stay or is it ...
Anubhav joshi
Apr 10, 2014 at 5:49 pm
Apr 11, 2014 at 7:51 am -
Hi everyone, I'm trying to fix some translations in transifex but I'm waiting for 3 days since I requested to join the pt-br group. I already sent two messages to django-i18n and none was approved ...
Bruno Ribeiro da Silva
Apr 10, 2014 at 12:26 pm
Apr 10, 2014 at 1:24 pm -
Hi everyone, I was using py2exe + Django 1.3 without problems. From Django 1.4 the way to find the commands changed and it tries to find .py files as you can see in the find_commands() function in ...
Antonio Francisco Martín Romero
Apr 10, 2014 at 10:16 am
Apr 10, 2014 at 10:47 am -
Hi, I recently had the need to check for "value is not True" (as an identity check, not on equality) in django-floppyforms. The template should generate the HTML attributes for an HTML element from a ...
Gregor Müllegger
Apr 9, 2014 at 9:54 pm
Apr 13, 2014 at 9:24 pm -
Hi everyone, I found a wrong translation in Brazillian portuguese that affects django 1.7 and it's present in master too. I'm going to open a ticket for this and make a pull request. Do you think ...
Bruno Ribeiro da Silva
Apr 7, 2014 at 3:06 pm
Apr 7, 2014 at 3:27 pm -
Hi everyone, i'd like to start a discussion about multi tenancy on this list. I've been asked to move the discussion here by Aymeric in this ticket: https://code.djangoproject.com/ticket/17802 First ...
Riccardo Magliocchetti
Apr 2, 2014 at 6:33 pm
Apr 30, 2014 at 7:37 am -
Hi, I was wondering if the test inputs in the validators tests should be given as unicode or python string. It seems to me that at the moment the validation is done, the string is already coded in ...
Alois Guillope
Apr 2, 2014 at 12:02 pm
Apr 2, 2014 at 12:47 pm -
There's been some discussion in ticket #22298<https://code.djangoproject.com/ticket/22298 about deprecating the widget Media class. If this would make you particularly happy or sad, please leave your ...
Tim Graham
Apr 1, 2014 at 6:32 pm
Apr 1, 2014 at 7:27 pm -
It is rather late in the day to bring this up but ... should we remove ORM and admin from Django core? Thanks, Pradip P Caulagi -- You received this message because you are subscribed to the Google ...
Pradip Caulagi
Apr 1, 2014 at 4:59 pm
Apr 9, 2014 at 6:07 pm -
Some years ago, I discussed adding database-level check constraints into django: https://groups.google.com/forum/#!topic/django-developers/OJN5kpcseAg There is also an issue ...
Schinckel
Apr 1, 2014 at 11:07 am
Apr 3, 2014 at 7:43 am -
Hi All, I've created a ticket along with the patch, tests and docs for a filter for humanizing timedelta objects on django templates. Please find the concerned ticket here ...
Anoop Thomas Mathew
Mar 29, 2014 at 8:49 pm
Mar 29, 2014 at 8:49 pm -
Just updating my book to using the django 1.7 beta. I use LiveServerTestCase a lot. I used to rely on the fact that LiveServerTestCase "magically" serves static files from app folders. I see the ...
Harry Percival
Mar 29, 2014 at 4:26 pm
Mar 31, 2014 at 4:08 am -
I know Django will be sprinting at PyCon, and I thought I might like to participate. I haven't done conference sprints before, so I'm curious, what's the process? If I have a particular ticket that ...
Bendavis78
Mar 28, 2014 at 8:39 pm
Mar 28, 2014 at 8:57 pm -
Hi, Ticket #22343[1] is about a couple of tests failing under Oracle. But it raises a question that's a little deeper. The relevant tests do a select-for-update to verify that the "for update" clause ...
Shai Berger
Mar 27, 2014 at 2:20 pm
Apr 24, 2014 at 11:22 am -
There has been quite a discussion on the ticket regarding this Refs. : https://code.djangoproject.com/ticket/22268 I think we must discuss and decide what should be the solution we should be working ...
Anubhav joshi
Mar 27, 2014 at 8:32 am
Mar 28, 2014 at 6:38 am -
Hi all! Currently, for adding an url to a blocktrans, we need: {% url "home" as home %} {% blocktrans with the_url=home %} ... {% endblocktrans %} ...
Jorge C. Leitão
Mar 25, 2014 at 8:21 pm
Mar 25, 2014 at 8:21 pm -
Hi Django devs, I've just started a new project in 1.7b, and the development experience working with unit tests on models is more complicated than it was in 1.6. It's all down to how the throwaway ...
Bernie Sumption
Mar 25, 2014 at 5:55 pm
Apr 2, 2014 at 12:19 pm -
I've been discussing this idea for some time now, and was reminded of it recently... and akaariai has pushed me to put forward this proposal. Prepared Statements. The benefit of prepared statements, ...
Curtis Maloney
Mar 25, 2014 at 12:53 pm
Apr 2, 2014 at 1:28 pm -
Hello, Like its predecessors `commit_on_success` and `xact`, `transaction.atomic` doesn't guarantee atomicity if the connection gets closed in the middle of the transaction. Django automatically ...
Aymeric Augustin
Mar 24, 2014 at 7:04 am
Mar 24, 2014 at 7:04 am -
By design, Django is very tightly coupled with its ORM, Template Engine System, and Settings object. But is it an all-or-nothing deal? No! Toptal Engineer Denis Kyorov explains how to reap the ...
H Singer
Mar 21, 2014 at 7:13 pm
Mar 22, 2014 at 1:25 am -
https://groups.google.com/forum/#!topic/django-developers/uxzcdHPDfTk - This is the original topic. Hello, my name is Alexey, and I'm from Russia. I'm a first-year student in South-West State ...
Алексей Сидаш
Mar 21, 2014 at 6:28 am
Mar 21, 2014 at 7:52 am -
We're getting closer to 1.7! Details in the blog post here: https://www.djangoproject.com/weblog/2014/mar/20/django-17b1/ -- You received this message because you are subscribed to the Google Groups ...
James Bennett
Mar 21, 2014 at 1:07 am
Mar 21, 2014 at 1:07 am
Group Overview
group | django-developers |
categories | django, python |
discussions | 1,029 |
posts | 5,984 |
users | 850 |
website | djangoproject.com |
Top users
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)