Up to [cvs.NetBSD.org] / pkgsrc / www / py-django-south
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12, Wed Mar 10 19:09:54 2021 UTC (2 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +1 -1
lines
FILE REMOVED
py-django-south: removed
Revision 1.11 / (download) - annotate - [select for diffs], Sun Jan 26 17:32:23 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:45 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 31 13:57:31 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.8: +1 -2
lines
Diff to previous 1.8 (colored)
Improve EGG_NAME default to work for packages with '-' in their name. Remove now unnecessary overrides in various packages.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 23 13:31:07 2014 UTC (9 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.7: +5 -5
lines
Diff to previous 1.7 (colored)
Changes 1.0.1: This is a small bugfix release of South with two changes: - Python 3 compatability has been fixed (it was broken in 1.0 by an accidental introduction of ``iteritems()``) - South will explicitly error if it detects Django 1.7 or above rather than failing with cryptic errors.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Apr 12 08:58:03 2014 UTC (9 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Changed 0.8.4: Fixture loading issues fixed A regression in 0.8.3 meant that fixtures referring to models outside of the app they were in, and some other references to custom user models, were broken. This should now be fixed.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 9 08:16:34 2014 UTC (9 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Changes 0.8.3: * A couple of issues with Django 1.6 have been fixed (including bad error handling and a loaddata incompatability) * Migrations now import datetime from a special South module which provides the correct tz-aware or tz-naive version. * A couple of issues fixed, including double-indexing errors, and correct persistence of non-unique indexes across ALTERs. * The new localflavor fields are automatically accepted by the introspector.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 1 11:11:23 2013 UTC (10 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Changes 0.8.2: * An issue with SQLite and default values that caused some migrations to fail has been fixed. * South now recognises more Django MSSQL backends, and no longer fails to alter ForeignKeys that are in composite indexes. * A small issue with the app cache on Django 1.6 has been fixed. * The schemamigration and datamigration commands can now be properly inherited and their templates easily changed.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 9 07:28:24 2013 UTC (10 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Changes 0.8.1: This is the first bugfix release in the 0.8 series, to address a critical regression on older versions of Django.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 28 06:31:00 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.2: +1 -3
lines
Diff to previous 1.2 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 26 12:53:03 2012 UTC (11 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Changes 0.7.6: This is a minor new release of South, and the sixth bugfix release for the 0.7 series.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jan 12 08:10:05 2011 UTC (12 years, 10 months ago) by adam
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
This is South, a Django application to provide migrations in a sane way. By sane, we mean that the status of every migration is tracked individually, rather than just the number of the top migration reached; this means South can detect when you have an unapplied migration that's sitting in the middle of a whole load of applied ones, and will let you apply it straight off, or let you roll back to it, and apply from there forward.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 12 08:10:05 2011 UTC (12 years, 10 months ago) by adam
Branch: MAIN
Initial revision