Re: Composite fields

2015-03-07 Thread Aron Podrigal
Hi Thomas, I replied earlier before you posted, looks like my message got sent actually a lot later. having a function like *models.constrain(x, y, unique=True) *makes sense for inline declarations. About null handling, If all columns on the database are null=True and all columns have a null

Re: Composite fields

2015-03-07 Thread Aron Podrigal
Hi Thomas, First, thanks for your work. I've had a plan to start working on this feature last week, but I got too many things to work on with higher priority, Thankfully you opted for this, again Thanks. just sharing my thoughts, 1) I like the MoneyField model style definition. 2) I don't li

Re: Composite fields

2015-03-07 Thread Thomas Stephenson
Aymeric, Thanks for your input. I feel some of your concerns have been addressed in the DEPs I made, which have included quite a bit of input from this thread along with the original design. That said, some of the points you've raised are new and haven't been raised by other people, so I'll give y

how to run django in window 8

2015-03-07 Thread Alok Rodhiya
i spend the overnight in installing django but i am unable to get it plz someone post the .exe of django so i can install it nd get my work started -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubs

Re: [Database based on country]

2015-03-07 Thread Fabio Caritas Barrionuevo da Luz
Hello xino12. This group is for the discussion of the development of Django itself. If you want to ask questions about using Django, please post on django-users . -- Fábio C. Barrionuevo da Luz Em sábado, 7 de março de 2015 16:52:35 UTC-3

[Database based on country]

2015-03-07 Thread xina towner
Hi, is there any possibility that we could select the database to which route a request of a user depending on the geolocalization of the client? Or the user country? I've check some documentation of the dbrouters, but I am concerned that if a user travels to another country he is going to be rou

Fellow Report - March 6, 2015

2015-03-07 Thread Tim Graham
As you know if you saw Russ's recent post on the Django blog , the fellowship program has resumed as of this week. A big thank you to everyone who helped with the fundraising efforts and contributed to the

Re: status of 1.8 release blockers

2015-03-07 Thread Tim Graham
With about 10 days to go until the scheduled date for the release candidate (Monday, March 16), there's just one blocker that Anssi's working on (looks like tests aren't passing yet) [#24171]. About 7 issues have been fixed in 1.8 since the beta release. On Wednesday, February 25, 2015 at 3:43:

Re: CSRF cipher in xor + base64 or Vignere cipher

2015-03-07 Thread Erik Romijn
Hello, In the context of a one time pad on the CSRF token, I don’t see a security advantage to either cipher here. If I read correctly, the argument for Vignere is that it can already produce output suitable for inclusion in form values, not requiring base64 encoding of the one time pad. I’ve

CSRF cipher in xor + base64 or Vignere cipher

2015-03-07 Thread Asif Saifuddin
Hi, Just start working on this ticket https://code.djangoproject.com/ticket/20869 wondering what should be the preferred way ? using XOR or Vignere Cipher? Reagrds -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itse

Re: Composite fields

2015-03-07 Thread Aymeric Augustin
Hello Thomas, It’s hard for me to digest a two-page-long email on a complex topic during the week. I bookmarked your first email when it came in. It’s Saturday, 11am, and I dedicated my first chunk of quality brain time to reading the entire thread. I’ll let you ponder what the effect of your seco