Dave Halter
|
9de5ab2037
|
Make it possible to complete on QuerySet methods, fixes #1587
|
2020-06-13 20:55:37 +02:00 |
|
Dave Halter
|
3415ccbb73
|
Add support for Django signatures, fixes parts of #1587
|
2020-06-13 16:18:47 +02:00 |
|
Dave Halter
|
a2108de2c0
|
Use py__get__ for Django Model.objects
This includes the fix in https://github.com/typeddjango/django-stubs/pull/394
|
2020-06-09 23:26:43 +02:00 |
|
Dave Halter
|
9adcf3d233
|
Make sure meta class filters can distinguish between classes and instances
|
2020-06-07 14:54:26 +02:00 |
|
Peter Law
|
c36904d983
|
Support custom managers in Django models
For the moment this support is limited to just Model.objects
replacements and does not use the custom manager for ForeignKey
related managers.
|
2020-05-22 12:33:03 +01:00 |
|
Peter Law
|
669b70b2cd
|
Validate instance methods on Django models
|
2020-05-22 12:32:14 +01:00 |
|
Peter Law
|
b7cdec427e
|
Support OneToOneFields
|
2020-05-18 22:19:20 +01:00 |
|
Peter Law
|
df66b35444
|
Support UUIDFields
|
2020-05-18 22:11:31 +01:00 |
|
Peter Law
|
cd9f2f31ea
|
Support URLFields
|
2020-05-18 22:10:48 +01:00 |
|
Peter Law
|
b54d7433c7
|
Support GenericIPAddressFields
|
2020-05-18 22:10:09 +01:00 |
|
Dave Halter
|
a3a147f028
|
Make sure that Django's values/values_list is tested (though not implemented
|
2020-04-25 22:55:29 +02:00 |
|
Dave Halter
|
c761dded35
|
Properly implement inheritance for Django models
|
2020-04-25 22:55:29 +02:00 |
|
Dave Halter
|
92623232c3
|
Make sure Django User inference works
|
2020-04-25 22:55:29 +02:00 |
|
Dave Halter
|
bf8b58aeeb
|
Some more django query tests
|
2020-04-25 22:55:29 +02:00 |
|
Dave Halter
|
f6803bce2c
|
Infer many to many fields
|
2020-04-25 22:55:29 +02:00 |
|
Dave Halter
|
6bff30fbbb
|
Include Django stubs as a third party repo
|
2020-04-25 22:55:29 +02:00 |
|
Dave Halter
|
6d927d502e
|
Make sure that infering the Django User model works
|
2020-04-25 22:55:29 +02:00 |
|
Dave Halter
|
f3eaa418bb
|
Work with a NameWrapper, so Django goto works better
|
2020-04-22 09:32:39 +02:00 |
|
Dave Halter
|
f9176578ea
|
Fix another django modelfield issue
|
2020-04-22 00:54:43 +02:00 |
|
Dave Halter
|
7756792bba
|
Fix another issue with foreign keys
|
2020-04-22 00:33:51 +02:00 |
|
Dave Halter
|
ba4e3393d3
|
Fix ForeignKey issues with invalid values
|
2020-04-22 00:27:06 +02:00 |
|
Dave Halter
|
df307b8eda
|
Refactor a few things for django
|
2020-04-22 00:05:35 +02:00 |
|
ANtlord
|
b5c1c6d414
|
Django plugin test of ManyToManyField is added and marked for future implementation.
|
2020-04-21 10:56:22 +03:00 |
|
ANtlord
|
df76b2462e
|
Review corrections.
|
2020-04-20 10:31:03 +03:00 |
|