* cc: unai@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/12663#comment:15>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: pirosb3 (added)
* status: new => assigned
* owner: adamv => pirosb3
* stage: Someday/Maybe => Accepted
Comment:
Hi!
I will pick this up as SoC 2014, where I will be refactoring Meta:
https://docs.google.com/document/d/1yp2_skqkxyrc0egdRv6ofnRGCI9nmvxDFBkCXgy0Jwo/edit#
For anything, ping me on #django-dev or on the Google Groups
--
Ticket URL: <https://code.djangoproject.com/ticket/12663#comment:16>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/12663#comment:17>
Comment (by Tim Graham <timograham@…>):
In [changeset:"d862fae5bbfb52ab7aeaad5a59b3d8b27b30c8f9"]:
{{{
#!CommitTicketReference repository=""
revision="d862fae5bbfb52ab7aeaad5a59b3d8b27b30c8f9"
Refs #12663 -- Added tests for methods in db.models.options.
Thanks Russell Keith-Magee and Tim Graham for reviews.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/12663#comment:18>
* component: Documentation => Database layer (models, ORM)
--
Ticket URL: <https://code.djangoproject.com/ticket/12663#comment:19>
* keywords: Model Meta Documentation => 1.8-alpha
Comment:
[https://github.com/django/django/pull/3114 Latest Pull Request]
--
Ticket URL: <https://code.djangoproject.com/ticket/12663#comment:20>
* cc: cmawebsite@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/12663#comment:21>
* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/12663#comment:22>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"fb48eb05816b1ac87d58696cdfe48be18c901f16"]:
{{{
#!CommitTicketReference repository=""
revision="fb48eb05816b1ac87d58696cdfe48be18c901f16"
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Thanks to Russell Keith-Magee for mentoring this Google Summer of
Code 2014 project and everyone else who helped with the patch!
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/12663#comment:23>
Comment (by collinanderson):
I found a regression: #24146
--
Ticket URL: <https://code.djangoproject.com/ticket/12663#comment:24>
Comment (by Tim Graham <timograham@…>):
In [changeset:"c64dd646f5b6955ca09e0509a6e2ffabfa97d935" c64dd64]:
{{{
#!CommitTicketReference repository=""
revision="c64dd646f5b6955ca09e0509a6e2ffabfa97d935"
Refs #12663 -- Removed deprecated Model._meta methods.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/12663#comment:25>
Comment (by GitHub <noreply@…>):
In [changeset:"dd367e0daefbeb8541bfdd0278a9ce338404f827" dd367e0d]:
{{{
#!CommitTicketReference repository=""
revision="dd367e0daefbeb8541bfdd0278a9ce338404f827"
Refs #12663 -- Removed Meta API upgrade guide.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/12663#comment:26>
Comment (by Tim Graham <timograham@…>):
In [changeset:"218a485bf13aa92d49c5da72c66053c18268fc14" 218a485b]:
{{{
#!CommitTicketReference repository=""
revision="218a485bf13aa92d49c5da72c66053c18268fc14"
Refs #12663 -- Fixed reference to nonexistent field in model_fields tests.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/12663#comment:27>