summaryrefslogtreecommitdiff
path: root/django/models/core.py
AgeCommit message (Expand)Author
2006-01-07fixes #1180 - added another random number to the get_new_session_key function...Georg Bauer
2005-11-11BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...Adrian Holovaty
2005-11-09Fixed #683 -- Lightly refactored meta.fields.Field to add an attname attribute.Adrian Holovaty
2005-11-07Fixed #669 -- core.Site objects are now editable in the adminAdrian Holovaty
2005-11-06Fixed #741 -- Made models.core.Session.get_decoded() fault-tolerant, in case ...Adrian Holovaty
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-16Fixed #1 -- Added anonymous session support via middleware and request.sessio...Adrian Holovaty
2005-08-10Fixed #118 -- Renamed 'flat files' to 'flat pages' in the admin. Didn't renam...Adrian Holovaty
2005-08-02Removed redundant verbose names from auth and core models, because they're no...Adrian Holovaty
2005-07-26Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...Adrian Holovaty
2005-07-22Fixed #146 -- Changed order_by and ordering parameters to be less verbose. Th...Adrian Holovaty
2005-07-21Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given...Adrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty