Ticket #29048

2018-01-22 Thread askpriyansh
Hello ! I am looking to work on ticket #29048. However, it is still in the "Unreviewed" stage, and requires a second-opinion. The description of the ticket says: Func inherits from SQLiteNumericMixin, which added an extra argument to as_sqlite: **extra_context. Based on feedback from other

Re: Want to contribute

2018-01-22 Thread askpriyansh
Hello ! You can find some info about contributing to Django at this link . Look for tickets marked "easy pickings" for a start. The details for writing your first patch can be

Re: Don't assume that missing fields from POST data are equal to an empty string value.

2018-01-22 Thread Curtis Maloney
On 01/22/2018 06:03 PM, Anupam Jain wrote: Wow - I just realised that we have been losing data for sometime on our web platform since there were some fields in the ModelForm that were hidden and not being sent. They were all being overwritten as blank values. Thank God, we use django-reversion

Re: Adding a bulk_save method to models

2018-01-22 Thread Tom Forbes
Hey Neal, Thank you very much for pointing that out, I actually found out about this package as I was researching the ticket - I wish I had known about this a couple of years ago as it would have saved me a fair bit of CPU and brain time! I think that module is a good starting point and proves

Want to contribute

2018-01-22 Thread Anurudhbalajee Srikanthan
Hi, I want to contribute...can someone suggest me from where to get started ? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: About #8500 and #27728

2018-01-22 Thread Carlton Gibson
Hi Raffaele, I took a look at both these PRs — they both seem like good wins to me. I've commented briefly on the issues. Here I would just ask if people using the Admin have capacity to review that would be great. (If not I'm inclined to push these forwards.) *

Fellow Report - January 20, 2018

2018-01-22 Thread Tim Graham
Reviewed/committed -- https://github.com/django/django/pull/9552 - Fixed #28857 -- Fixed invalid SQL when using Cast with complex expressions on PostgreSQL. https://github.com/django/django/pull/9539 - Refs #28643 -- Added Replace database function.

Re: Adding a bulk_save method to models

2018-01-22 Thread Neal Todd
Hi Tom, A built-in bulk save that's more flexible than update would certainly be nice. Just in case you haven't come across it though, there is a package called django-bulk-update: https://github.com/aykut/django-bulk-update I've found it very useful on a number of occassions where update

Re: Don't assume that missing fields from POST data are equal to an empty string value.

2018-01-22 Thread Anupam Jain
Wow - I just realised that we have been losing data for sometime on our web platform since there were some fields in the ModelForm that were hidden and not being sent. They were all being overwritten as blank values. Thank God, we use django-reversion to track changes. Will take us sometime to

Re: Ticket #29015

2018-01-22 Thread askpriyansh
Hello ! Sorry for the trouble. I'll keep this in mind. Thanks Priyansh -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Default Authorization BackEnd Denying Permissions if Object Provided

2018-01-22 Thread Carlton Gibson
Hi Mehmet, Sorry for the slow reply. I didn't have capacity to return to this last week. > Hey Carlton ... What do you say? Well, my first thought is that I don't see any great consensus for a change here. I don't see it as **my** decision to make. This has been open a while, however,