-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
117 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Greetings | ||
|
||
on: [pull_request, issues] | ||
on: [pull_request_target, issues] | ||
|
||
jobs: | ||
greeting: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,31 @@ | ||
- [Installation](#installation) | ||
* [Installation](#installation) | ||
|
||
- [Usage](#usage) | ||
* [Usage](#usage) | ||
|
||
- [Inheriting from `CloneModel` or `CloneMixin`](#inheriting-from-clonemodel-or-clonemixin) | ||
* [Subclassing the `CloneModel`](#subclassing-the-clonemodel) | ||
|
||
- [Subclassing the `CloneModel`](#subclassing-the-clonemodel) | ||
- [Using the `CloneMixin`](#using-the-clonemixin) | ||
* [Using the `CloneMixin`](#using-the-clonemixin) | ||
|
||
- [Duplicating a model instance](#duplicating-a-model-instance) | ||
* [Duplicating a model instance](#duplicating-a-model-instance) | ||
|
||
- [Bulk cloning a model](#bulk-cloning-a-model) | ||
* [Bulk cloning a model](#bulk-cloning-a-model) | ||
|
||
- [CloneMixin attributes](#clonemixin-attributes) | ||
* [CloneMixin attributes](#clonemixin-attributes) | ||
|
||
- [Explicit](#explicit) | ||
- [Implicit](#implicit) | ||
* [Explicit](#explicit) | ||
* [Implicit](#implicit) | ||
|
||
- [Creating clones without subclassing `CloneMixin`.](#creating-clones-without-subclassing-clonemixin) | ||
* [Creating clones without subclassing `CloneMixin`.](#creating-clones-without-subclassing-clonemixin) | ||
|
||
- [Django Admin](#django-admin) | ||
* [Django Admin](#django-admin) | ||
|
||
- [Duplicating Models from the Django Admin view.](#duplicating-models-from-the-django-admin-view) | ||
* [Duplicating Models from the Django Admin view.](#duplicating-models-from-the-django-admin-view) | ||
|
||
- [List View](#list-view) | ||
- [Change View](#change-view) | ||
* [List View](#list-view) | ||
* [Change View](#change-view) | ||
|
||
- [CloneModelAdmin class attributes](#clonemodeladmin-class-attributes) | ||
* [CloneModelAdmin class attributes](#clonemodeladmin-class-attributes) | ||
|
||
- [Found a Bug?](#found-a-bug) | ||
* [Found a Bug?](#found-a-bug) | ||
|
||
- [Contributors ✨](#contributors-) | ||
* [Contributors ✨](#contributors-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.