mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-24 17:53:43 +00:00
* ✅ Ensure TimeStampedModel modified equals created on initial creation. Add logic to AutoLastModifiedField which checks to see if the associated created field of the correct cField class type is also present. If the instance has not yet been saved (missing a pk), then set the value to modified to be equal to created. Fixes #247 📚 Update changes and authors list related to changes. * 🚑 Set TimeStampedModel modified to be equal to created during first save. If instance does not yet have a pk, before defaulting the last modified to the current time, iterate over the the fields of the model, and instead use whatever value is found in the first occurance of the AutoCreatedField. Fixes #247 * Move changelog up to unreleased section.
50 lines
1.8 KiB
ReStructuredText
50 lines
1.8 KiB
ReStructuredText
| ad-m <github.com/ad-m>
|
|
| Alejandro Varas <alej0varas@gmail.com>
|
|
| Alex Orange <crazycasta@gmail.com>
|
|
| Alexey Evseev <myhappydo@gmail.com>
|
|
| Andy Freeland <andy@andyfreeland.net>
|
|
| Artis Avotins <artis.avotins@gmail.com>
|
|
| Bram Boogaard <b.boogaard@auto-interactive.nl>
|
|
| Carl Meyer <carl@dirtcircle.com>
|
|
| Curtis Maloney <curtis@tinbrain.net>
|
|
| Den Lesnov
|
|
| Dmytro Kyrychuk <dmytro.kyrychuck@gmail.com>
|
|
| Donald Stufft <donald.stufft@gmail.com>
|
|
| Douglas Meehan <dmeehan@gmail.com>
|
|
| Facundo Gaich <facugaich@gmail.com>
|
|
| Felipe Prenholato <philipe.rp@gmail.com>
|
|
| Filipe Ximenes <filipeximenes@gmail.com>
|
|
| Gregor Müllegger <gregor@muellegger.de>
|
|
| Hanley Hansen <hanleyhansen@gmail.com>
|
|
| ivirabyan
|
|
| James Oakley <jfunk@funktronics.ca>
|
|
| Jannis Leidel <jannis@leidel.info>
|
|
| Jarek Glowacki <github.com/jarekwg>
|
|
| Javier García Sogo <jgsogo@gmail.com>
|
|
| Jeff Elmore <jeffelmore.org>
|
|
| Jonathan Sundqvist <jonathan@argpar.se>
|
|
| Keryn Knight <kerynknight.com>
|
|
| Martey Dodoo <martey+django-model-utils@mobolic.com>
|
|
| Matthew Schinckel <matt@schinckel.net>
|
|
| Michael van Tellingen <michaelvantellingen@gmail.com>
|
|
| Mike Bryant <mike@mikebryant.me.uk>
|
|
| Mikhail Silonov <silonov.pro>
|
|
| Patryk Zawadzki <patrys@room-303.com>
|
|
| Paul McLanahan <paul@mclanahan.net>
|
|
| Philipp Steinhardt <steinhardt@myvision.de>
|
|
| Rinat Shigapov <rinatshigapov@gmail.com>
|
|
| Rodney Folz <rodney@rodneyfolz.com>
|
|
| Romain Garrigues <github.com/romgar>
|
|
| rsenkbeil <github.com/rsenkbeil>
|
|
| Ryan Kaskel <dev@ryankaskel.com>
|
|
| Simon Meers <simon@simonmeers.com>
|
|
| sayane
|
|
| Tony Aldridge <zaragopha@hotmail.com>
|
|
| Travis Swicegood <travis@domain51.com>
|
|
| Trey Hunner <trey@treyhunner.com>
|
|
| Karl Wan Nan Wo <karl.wnw@gmail.com>
|
|
| zyegfryed
|
|
| Radosław Jan Ganczarek <radoslaw@ganczarek.in>
|
|
| Lucas Wiman <lucas.wiman@gmail.com>
|
|
| Jack Cushman <jcushman@law.harvard.edu>
|
|
| Daniel Andrlik <daniel@andrlik.org>
|