@@ -465,58 +465,58 @@ Version 0.7.4
465
465
- `#88 <https://github.com/pylint-dev/pylint-django/pull/88 >`__ Fixed builds
466
466
with Django 1.10 (thanks to
467
467
`federicobond <https://github.com/federicobond >`__)
468
- - `#91 <https://github.com/PyCQA /pylint-django/pull/91 >`__ Fixed race
468
+ - `#91 <https://github.com/pylint-dev /pylint-django/pull/91 >`__ Fixed race
469
469
condition when running with pylint parallel execution mode (thanks to
470
470
`jeremycarroll <https://github.com/jeremycarroll >`__)
471
- - `#64 <https://github.com/PyCQA /pylint-django/issues/64 >`__ "Meta is
471
+ - `#64 <https://github.com/pylint-dev /pylint-django/issues/64 >`__ "Meta is
472
472
old style class" now suppressed on BaseSerializer too (thanks to
473
473
`unklphil <https://github.com/unklphil >`__)
474
- - `#70 <https://github.com/PyCQA /pylint-django/pull/70 >`__ Updating to
474
+ - `#70 <https://github.com/pylint-dev /pylint-django/pull/70 >`__ Updating to
475
475
handle newer pylint/astroid versions (thanks to
476
476
`iXce <https://github.com/iXce >`__)
477
477
478
478
Version 0.7.2
479
479
-------------
480
480
481
- - `#76 <https://github.com/PyCQA /pylint-django/pull/76 >`__ Better
481
+ - `#76 <https://github.com/pylint-dev /pylint-django/pull/76 >`__ Better
482
482
handling of mongoengine querysetmanager
483
- - `#73 <https://github.com/PyCQA /pylint-django/pull/73 >`__
484
- `#72 <https://github.com/PyCQA /pylint-django/issues/72 >`__ Make package
483
+ - `#73 <https://github.com/pylint-dev /pylint-django/pull/73 >`__
484
+ `#72 <https://github.com/pylint-dev /pylint-django/issues/72 >`__ Make package
485
485
zip safe to help fix some path problems
486
- - `#68 <https://github.com/PyCQA /pylint-django/pull/68 >`__ Suppressed
486
+ - `#68 <https://github.com/pylint-dev /pylint-django/pull/68 >`__ Suppressed
487
487
invalid constant warning for "app\_ name" in urls.py
488
- - `#67 <https://github.com/PyCQA /pylint-django/pull/67 >`__ Fix
488
+ - `#67 <https://github.com/pylint-dev /pylint-django/pull/67 >`__ Fix
489
489
view.args and view.kwargs
490
- - `#66 <https://github.com/PyCQA /pylint-django/issues/66 >`__ accessing
490
+ - `#66 <https://github.com/pylint-dev /pylint-django/issues/66 >`__ accessing
491
491
\_ meta no longer causes a protected-access warning as this is a
492
492
public API as of Django 1.8
493
- - `#65 <https://github.com/PyCQA /pylint-django/pull/65 >`__ Add support
493
+ - `#65 <https://github.com/pylint-dev /pylint-django/pull/65 >`__ Add support
494
494
of mongoengine module.
495
- - `#59 <https://github.com/PyCQA /pylint-django/pull/59 >`__ Silence
495
+ - `#59 <https://github.com/pylint-dev /pylint-django/pull/59 >`__ Silence
496
496
old-style-class for widget Meta
497
497
498
498
Version 0.7.1
499
499
-------------
500
500
501
- - `#52 <https://github.com/PyCQA /pylint-django/issues/52 >`__ - Fixed
501
+ - `#52 <https://github.com/pylint-dev /pylint-django/issues/52 >`__ - Fixed
502
502
stupid mistake when using versioninfo
503
503
504
504
Version 0.7
505
505
-----------
506
506
507
- - `#51 <https://github.com/PyCQA /pylint-django/issues/51 >`__ - Fixed
507
+ - `#51 <https://github.com/pylint-dev /pylint-django/issues/51 >`__ - Fixed
508
508
compatibility with pylint 1.5 / astroid 1.4.1
509
509
510
510
Version 0.6.1
511
511
-------------
512
512
513
- - `#43 <https://github.com/PyCQA /pylint-django/issues/43 >`__ - Foreign
513
+ - `#43 <https://github.com/pylint-dev /pylint-django/issues/43 >`__ - Foreign
514
514
key ID access (``somefk_id ``) does not raise an 'attribute not found'
515
515
warning
516
- - `#31 <https://github.com/PyCQA /pylint-django/issues/31 >`__ - Support
516
+ - `#31 <https://github.com/pylint-dev /pylint-django/issues/31 >`__ - Support
517
517
for custom model managers (thanks
518
518
`smirolo <https://github.com/smirolo >`__)
519
- - `#48 <https://github.com/PyCQA /pylint-django/pull/48 >`__ - Added
519
+ - `#48 <https://github.com/pylint-dev /pylint-django/pull/48 >`__ - Added
520
520
support for django-restframework (thanks
521
521
`mbertolacci <https://github.com/mbertolacci >`__)
522
522
@@ -526,25 +526,25 @@ Version 0.6
526
526
- Pylint 1.4 dropped support for Python 2.6, therefore a constraint is
527
527
added that pylint-django will only work with Python2.6 if pylint<=1.3
528
528
is installed
529
- - `#40 <https://github.com/PyCQA /pylint-django/issues/40 >`__ - pylint
529
+ - `#40 <https://github.com/pylint-dev /pylint-django/issues/40 >`__ - pylint
530
530
1.4 warned about View and Model classes not having enough public
531
531
methods; this is suppressed
532
- - `#37 <https://github.com/PyCQA /pylint-django/issues/37 >`__ - fixed an
532
+ - `#37 <https://github.com/pylint-dev /pylint-django/issues/37 >`__ - fixed an
533
533
infinite loop when using astroid 1.3.3+
534
- - `#36 <https://github.com/PyCQA /pylint-django/issues/36 >`__ - no
534
+ - `#36 <https://github.com/pylint-dev /pylint-django/issues/36 >`__ - no
535
535
longer warning about lack of ``__unicode__ `` method on abstract model
536
536
classes
537
- - `PR #34 <https://github.com/PyCQA /pylint-django/pull/34 >`__ - prevent
537
+ - `PR #34 <https://github.com/pylint-dev /pylint-django/pull/34 >`__ - prevent
538
538
warning about use of ``super() `` on ModelManager classes
539
539
540
540
Version 0.5.5
541
541
-------------
542
542
543
- - `PR #27 <https://github.com/PyCQA /pylint-django/pull/27 >`__ - better
543
+ - `PR #27 <https://github.com/pylint-dev /pylint-django/pull/27 >`__ - better
544
544
``ForeignKey `` transforms, which now work when of the form
545
545
``othermodule.ModelClass ``. This also fixes a problem where an
546
546
inferred type would be ``_Yes `` and pylint would fail
547
- - `PR #28 <https://github.com/PyCQA /pylint-django/pull/28 >`__ - better
547
+ - `PR #28 <https://github.com/pylint-dev /pylint-django/pull/28 >`__ - better
548
548
knowledge of ``ManyToManyField `` classes
549
549
550
550
Version 0.5.4
@@ -556,7 +556,7 @@ Version 0.5.4
556
556
Version 0.5.3
557
557
-------------
558
558
559
- - `Issue #25 <https://github.com/PyCQA /pylint-django/issues/25 >`__
559
+ - `Issue #25 <https://github.com/pylint-dev /pylint-django/issues/25 >`__
560
560
Fixing cases where a module defines ``get `` as a method
561
561
562
562
Version 0.5.2
@@ -574,20 +574,20 @@ Version 0.5.1
574
574
Version 0.5
575
575
-----------
576
576
577
- - `Issue #7 <https://github.com/PyCQA /pylint-django/issues/7 >`__
577
+ - `Issue #7 <https://github.com/pylint-dev /pylint-django/issues/7 >`__
578
578
Improved handling of Django model fields
579
- - `Issue #10 <https://github.com/PyCQA /pylint-django/issues/10 >`__ No
579
+ - `Issue #10 <https://github.com/pylint-dev /pylint-django/issues/10 >`__ No
580
580
warning about missing **unicode ** if the Django python3/2
581
581
compatibility tools are used
582
- - `Issue #11 <https://github.com/PyCQA /pylint-django/issues/11 >`__
582
+ - `Issue #11 <https://github.com/pylint-dev /pylint-django/issues/11 >`__
583
583
Improved handling of Django form fields
584
- - `Issue #12 <https://github.com/PyCQA /pylint-django/issues/12 >`__
584
+ - `Issue #12 <https://github.com/pylint-dev /pylint-django/issues/12 >`__
585
585
Improved handling of Django ImageField and FileField objects
586
- - `Issue #14 <https://github.com/PyCQA /pylint-django/issues/14 >`__
586
+ - `Issue #14 <https://github.com/pylint-dev /pylint-django/issues/14 >`__
587
587
Models which do not define **unicode ** but whose parents do now have
588
588
a new error (W5103) instead of incorrectly warning about no
589
589
**unicode ** being present.
590
- - `Issue #21 <https://github.com/PyCQA /pylint-django/issues/21 >`__
590
+ - `Issue #21 <https://github.com/pylint-dev /pylint-django/issues/21 >`__
591
591
``ForeignKey `` and ``OneToOneField `` fields on models are replaced
592
592
with instance of the type they refer to in the AST, which allows
593
593
pylint to generate correct warnings about attributes they may or may
@@ -605,9 +605,9 @@ Version 0.2
605
605
- Pylint now recognises ``BaseForm `` as an ancestor of ``Form `` and
606
606
subclasses
607
607
- Improved ``Form `` support
608
- - `Issue #2 <https://github.com/PyCQA /pylint-django/issues/2 >`__ - a
608
+ - `Issue #2 <https://github.com/pylint-dev /pylint-django/issues/2 >`__ - a
609
609
subclass of a ``Model `` or ``Form `` also has warnings about a
610
610
``Meta `` class suppressed.
611
- - `Issue #3 <https://github.com/PyCQA /pylint-django/issues/3 >`__ -
611
+ - `Issue #3 <https://github.com/pylint-dev /pylint-django/issues/3 >`__ -
612
612
``Form `` and ``ModelForm `` subclasses no longer warn about ``Meta ``
613
613
classes.
0 commit comments