Docs have been added (patch should be complete now) and pull request has
been opened, at Anssi's request.
https://groups.google.com/d/topic/django-developers/RrNPfuJxnlM/discussion
Cheers.
Tai.
--
You received this message because you are subscribed to the Google Groups
"Django developers" gr
On Sat, Sep 29, 2012 at 5:27 AM, Andy Dustman wrote:
> On Tue, Sep 25, 2012 at 7:57 PM, Russell Keith-Magee
> wrote:
>> On Tue, Sep 25, 2012 at 11:24 PM, maxi wrote:
>>> No, I just answer because it caught my attention. Why not just trust in a
>>> True/False property ?
>>
>> As I recall, the rea
Hi James,
Thanks for the submission. Two quick points:
1) As we describe in our contributors guide, there's no need to post
a message to django-dev letting us know you've opened a ticket. Trac
has plenty of triggers and notifications to let people know about new
tickets, including an email feed
On Tue, Sep 25, 2012 at 7:57 PM, Russell Keith-Magee
wrote:
> On Tue, Sep 25, 2012 at 11:24 PM, maxi wrote:
>> No, I just answer because it caught my attention. Why not just trust in a
>> True/False property ?
>
> As I recall, the reason we can't just use a property is MySQL. There's
> no reliabl
Also, you should not post confidential stuff here (the link is only
accessible from internal network).
On Fri, Sep 28, 2012 at 8:50 PM, Aymeric Augustin <
aymeric.augus...@polytechnique.org> wrote:
> Hello,
>
> Please post questions about using Django to django-users.
>
> The topic of this list i
Hello,
Please post questions about using Django to django-users.
The topic of this list is the development of Django itself.
Thanks!
--
Aymeric.
Le 28 sept. 2012 à 21:36, sandeez a écrit :
> Hi I am newbie to django in google3 app engine. I am currently working on a
> project and am using
Hi I am newbie to django in google3 app engine. I am currently working on a
project and am using django 1.3 in appengine. Everytime I build the
project, statics are not found. Please suggest any settings required for
this.I have refferred following link to build the project.
https://sites.googl
forgot to include the ticket number:
https://code.djangoproject.com/ticket/19037
On Friday, 28 September 2012 22:15:54 UTC+8, James Rivett-Carnac wrote:
>
> I have created a ticket for and submitted a patch for the creation of
> Singapore local flavor.
>
> Includes ID numbers (NRIC, FIN), telepho
I have created a ticket for and submitted a patch for the creation of
Singapore local flavor.
Includes ID numbers (NRIC, FIN), telephones (landlines, mobile phones), and
postal codes (based on ura.gov.sg list).
regards,
James
--
You received this message because you are subscribed to the Goo
On Fri, Sep 28, 2012 at 8:14 PM, rizumu wrote:
>
> It is great to see this merged, it has been a long time coming. :)
>
> I would like to add backwards compatibility to some apps and I'm looking for
> a recommended technique. Could the following, or a better option, find its
> way into the docs in
I've been thinking about external app compatibility as well and it seems like:
from django.conf import settings
AUTH_USER_MODEL = getattr(settings, 'AUTH_USER_MODEL', 'auth.User')
class SomeModel(models.Model):
author = models.ForeignKey(AUTH_USER_MODEL)
is the easiest solution to me.
It is great to see this merged, it has been a long time coming. :)
I would like to add backwards compatibility to some apps and I'm looking
for a recommended technique. Could the following, or a better option, find
its way into the docs in a section specific to app developers tasked with
addin
Yeah, I think I mentioned it a couple of times at DjangoCon but perhaps not
loudly enough - Jacob and I had a talk at DjangoCon EU where he said he
wanted it all in core, and I tend to agree.
Preston has had a look at what I'm doing/planning with AppCache and
apparently it'll be compatable with wh
13 matches
Mail list logo