@@ -465,58 +465,58 @@ Version 0.7.4
465465- `#88 <https://github.com/pylint-dev/pylint-django/pull/88 >`__ Fixed builds
466466 with Django 1.10 (thanks to
467467 `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
469469 condition when running with pylint parallel execution mode (thanks to
470470 `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
472472 old style class" now suppressed on BaseSerializer too (thanks to
473473 `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
475475 handle newer pylint/astroid versions (thanks to
476476 `iXce <https://github.com/iXce >`__)
477477
478478Version 0.7.2
479479-------------
480480
481- - `#76 <https://github.com/PyCQA /pylint-django/pull/76 >`__ Better
481+ - `#76 <https://github.com/pylint-dev /pylint-django/pull/76 >`__ Better
482482 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
485485 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
487487 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
489489 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
491491 \_ meta no longer causes a protected-access warning as this is a
492492 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
494494 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
496496 old-style-class for widget Meta
497497
498498Version 0.7.1
499499-------------
500500
501- - `#52 <https://github.com/PyCQA /pylint-django/issues/52 >`__ - Fixed
501+ - `#52 <https://github.com/pylint-dev /pylint-django/issues/52 >`__ - Fixed
502502 stupid mistake when using versioninfo
503503
504504Version 0.7
505505-----------
506506
507- - `#51 <https://github.com/PyCQA /pylint-django/issues/51 >`__ - Fixed
507+ - `#51 <https://github.com/pylint-dev /pylint-django/issues/51 >`__ - Fixed
508508 compatibility with pylint 1.5 / astroid 1.4.1
509509
510510Version 0.6.1
511511-------------
512512
513- - `#43 <https://github.com/PyCQA /pylint-django/issues/43 >`__ - Foreign
513+ - `#43 <https://github.com/pylint-dev /pylint-django/issues/43 >`__ - Foreign
514514 key ID access (``somefk_id ``) does not raise an 'attribute not found'
515515 warning
516- - `#31 <https://github.com/PyCQA /pylint-django/issues/31 >`__ - Support
516+ - `#31 <https://github.com/pylint-dev /pylint-django/issues/31 >`__ - Support
517517 for custom model managers (thanks
518518 `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
520520 support for django-restframework (thanks
521521 `mbertolacci <https://github.com/mbertolacci >`__)
522522
@@ -526,25 +526,25 @@ Version 0.6
526526- Pylint 1.4 dropped support for Python 2.6, therefore a constraint is
527527 added that pylint-django will only work with Python2.6 if pylint<=1.3
528528 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
530530 1.4 warned about View and Model classes not having enough public
531531 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
533533 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
535535 longer warning about lack of ``__unicode__ `` method on abstract model
536536 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
538538 warning about use of ``super() `` on ModelManager classes
539539
540540Version 0.5.5
541541-------------
542542
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
544544 ``ForeignKey `` transforms, which now work when of the form
545545 ``othermodule.ModelClass ``. This also fixes a problem where an
546546 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
548548 knowledge of ``ManyToManyField `` classes
549549
550550Version 0.5.4
@@ -556,7 +556,7 @@ Version 0.5.4
556556Version 0.5.3
557557-------------
558558
559- - `Issue #25 <https://github.com/PyCQA /pylint-django/issues/25 >`__
559+ - `Issue #25 <https://github.com/pylint-dev /pylint-django/issues/25 >`__
560560 Fixing cases where a module defines ``get `` as a method
561561
562562Version 0.5.2
@@ -574,20 +574,20 @@ Version 0.5.1
574574Version 0.5
575575-----------
576576
577- - `Issue #7 <https://github.com/PyCQA /pylint-django/issues/7 >`__
577+ - `Issue #7 <https://github.com/pylint-dev /pylint-django/issues/7 >`__
578578 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
580580 warning about missing **unicode ** if the Django python3/2
581581 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 >`__
583583 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 >`__
585585 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 >`__
587587 Models which do not define **unicode ** but whose parents do now have
588588 a new error (W5103) instead of incorrectly warning about no
589589 **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 >`__
591591 ``ForeignKey `` and ``OneToOneField `` fields on models are replaced
592592 with instance of the type they refer to in the AST, which allows
593593 pylint to generate correct warnings about attributes they may or may
@@ -605,9 +605,9 @@ Version 0.2
605605- Pylint now recognises ``BaseForm `` as an ancestor of ``Form `` and
606606 subclasses
607607- 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
609609 subclass of a ``Model `` or ``Form `` also has warnings about a
610610 ``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 >`__ -
612612 ``Form `` and ``ModelForm `` subclasses no longer warn about ``Meta ``
613613 classes.
0 commit comments