Miss order and choices fields in Django values

2021-01-23 Thread wael muhammed
Dear Django Developers: 
I am a python developer. I have been using a django framework from the past 
year.
I found that there are some problems in *values* method and this is the 
description:


   1. *Miss order *of fields in querySet if  I make *myquery = 
   MyModel.objects.values('field1','field2','field3')* when I *print 
   QuerySet it give me 
[{'field2':'data','field1':'data','field3':'data'},...]*. 
   so this miss order will cause a problem at *Union *of queryset
   2.   if the *field is choices* at model then *values(...) will give me 
   the key of a dictionary instead of its value  *this is true but if I 
   display the query set to a user in a table .

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/961ee21f-b7d5-4655-914c-a55ba863d43dn%40googlegroups.com.


Add feature request for django permissions.

2021-06-11 Thread wael muhammed

could this 

 
want feature request.

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/5ad8fc90-d676-4f71-a228-697617cd4e8dn%40googlegroups.com.


Re: Add feature request for django permissions.

2021-06-12 Thread wael muhammed
 ? What is yours opinion could I make a pull request 

في السبت، 12 يونيو 2021 في تمام الساعة 9:40:48 ص UTC+3، كتب ‪wael 
muhammed‬‏ رسالة نصها:

>
> could this 
> 
>  
> want feature request.
>

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/4971f2be-059b-46ec-a3fa-e1feb877a211n%40googlegroups.com.


Re: Add feature request for django permissions.

2021-06-12 Thread wael muhammed
?Did any one understands me

في السبت، 12 يونيو 2021 في تمام الساعة 11:27:39 ص UTC+3، كتب ‪wael 
muhammed‬‏ رسالة نصها:

>  ? What is yours opinion could I make a pull request 
>
> في السبت، 12 يونيو 2021 في تمام الساعة 9:40:48 ص UTC+3، كتب ‪wael 
> muhammed‬‏ رسالة نصها:
>
>>
>> could this 
>> 
>>  
>> want feature request.
>>
>

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/34e5b0d5-c4aa-4f77-ba94-d96a35fe992en%40googlegroups.com.


Re: Add feature request for django permissions.

2021-06-12 Thread wael muhammed
.Ok thanks @ken I will work with your advice

في السبت، 12 يونيو 2021 في تمام الساعة 2:38:25 م UTC+3، كتب 
kenwhi...@comcast.net رسالة نصها:

> Yes, I understand you.
>
> Please keep in mind that depending on time zone and day-of-week, not 
> everyone is up early on a Saturday morning to reply to the mailing list. A 
> proper response may take a while as people read & understand what you wrote.
>
> While I'm not a Django developer (in the context of this mailing list), 
> I'll offer an opinion here that I don't think what you're looking for is 
> worth adding into Django core.
>
> Handling row-level security is very much a per-project issue - I don't 
> think I've ever worked on two systems having the same requirements.
>
> There are a number of different packages available, such as Django 
> guardian, that can help. However, the details of using such packages 
> doesn't belong in _this_ mailing list. I believe such a discussion would be 
> more appropriate for Django users.
>
> Ken Whitesell
>
>
> On 6/12/2021 7:30 AM, wael muhammed wrote:
>
> ?Did any one understands me
>
> في السبت، 12 يونيو 2021 في تمام الساعة 11:27:39 ص UTC+3، كتب ‪wael 
> muhammed‬‏ رسالة نصها:
>
>>  ? What is yours opinion could I make a pull request 
>>
>> في السبت، 12 يونيو 2021 في تمام الساعة 9:40:48 ص UTC+3، كتب ‪wael 
>> muhammed‬‏ رسالة نصها:
>>
>>>
>>> could this 
>>> <https://stackoverflow.com/questions/67946118/django-permissions-according-to-branch-id>
>>>  
>>> want feature request.
>>>
>> -- 
> 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 django-develop...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-developers/34e5b0d5-c4aa-4f77-ba94-d96a35fe992en%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/django-developers/34e5b0d5-c4aa-4f77-ba94-d96a35fe992en%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
>

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/9504de94-af31-4ca9-9ef2-6eadafb88e3fn%40googlegroups.com.


I want to contribute to django to make a version of admin that work with ajax

2021-10-03 Thread wael muhammed
I want to make Django generic views and Django admin work with Ajax without 
refresh the bag at navigation between pages and add,update or delete data.

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/a47ea730-016c-4c96-a2a6-a8d6d40df6cbn%40googlegroups.com.