1
0
mirror of https://github.com/django/django.git synced 2025-07-04 01:39:20 +00:00

[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
This commit is contained in:
Alex Gaynor 2010-06-09 15:47:23 +00:00
parent 89fb7aa310
commit 9142ba5c4c

5
MERGE_CONSIDERATIONS.txt Normal file
View File

@ -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``.