From 9142ba5c4c7a59bb6e2acd5f940b896906272584 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 9 Jun 2010 15:47:23 +0000 Subject: [PATCH] [soc2010/query-refactor] Added a file with a running list of considerations before a merge. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13339 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- MERGE_CONSIDERATIONS.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 MERGE_CONSIDERATIONS.txt diff --git a/MERGE_CONSIDERATIONS.txt b/MERGE_CONSIDERATIONS.txt new file mode 100644 index 0000000000..267c85ae0e --- /dev/null +++ b/MERGE_CONSIDERATIONS.txt @@ -0,0 +1,5 @@ +The following is a list of things that must be fixed before merging. + + * Is ``NativeAutoField`` the correct approach? + * Can we use native upsert where supported? + * Deal with all the ``# TODO``.