index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
models
Age
Commit message (
Expand
)
Author
2006-04-10
Renamed OneToOne to OneToOneRel to be consistent with ManyToManyRel
Adrian Holovaty
2006-04-10
Renamed ManyToOne to ManyToOneRel to be consistent with ManyToManyRel
Adrian Holovaty
2006-01-07
fixes #1180 - added another random number to the get_new_session_key function...
Georg Bauer
2005-11-25
MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...
Adrian Holovaty
2005-11-24
Converted django/models/__init__.py to use unix newlines, not DOS
Adrian Holovaty
2005-11-24
Fixed small typo in User object; thanks David Ascher
Jacob Kaplan-Moss
2005-11-21
Fixed #273 -- BACKWARDS-INCOMPATIBLE CHANGE -- Changed auth.User.password fie...
Adrian Holovaty
2005-11-14
Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes...
Adrian Holovaty
2005-11-11
BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...
Adrian Holovaty
2005-11-09
Fixed #683 -- Lightly refactored meta.fields.Field to add an attname attribute.
Adrian Holovaty
2005-11-07
Fixed #669 -- core.Site objects are now editable in the admin
Adrian Holovaty
2005-11-06
Fixed #741 -- Made models.core.Session.get_decoded() fault-tolerant, in case ...
Adrian Holovaty
2005-11-04
Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...
Jacob Kaplan-Moss
2005-10-19
Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...
Adrian Holovaty
2005-10-18
Removed legacy TODO comment from django.models.auth
Adrian Holovaty
2005-09-13
Fixed metasystem bug when using get_related_many_to_many() method with a cust...
Adrian Holovaty
2005-08-25
Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...
Adrian Holovaty
2005-08-16
Fixed #1 -- Added anonymous session support via middleware and request.sessio...
Adrian Holovaty
2005-08-10
Fixed #118 -- Renamed 'flat files' to 'flat pages' in the admin. Didn't renam...
Adrian Holovaty
2005-08-10
Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note...
Adrian Holovaty
2005-08-02
Removed redundant verbose names from auth and core models, because they're no...
Adrian Holovaty
2005-08-02
Removed id field from auth.Message model -- it's implied
Adrian Holovaty
2005-08-01
Refactored meta.py -- created a django.core.meta package, with init.py and fi...
Adrian Holovaty
2005-07-26
Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...
Adrian Holovaty
2005-07-22
Fixed #146 -- Changed order_by and ordering parameters to be less verbose. Th...
Adrian Holovaty
2005-07-21
Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given...
Adrian Holovaty
2005-07-21
Fixed #114 -- Changed uses of deprecated 'whrandom' module to 'random'
Adrian Holovaty
2005-07-20
Changed models.auth.Session.get_session_from_cookie to raise SessionDoesNotEx...
Adrian Holovaty
2005-07-20
Added missing import to [230]
Adrian Holovaty
2005-07-20
Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are sh...
Adrian Holovaty
2005-07-19
Fixed the annoying login error that happens in some cases when REGISTRATION_C...
Adrian Holovaty
2005-07-17
Changed models.auth.LogEntry.get_admin_url NOT to be hard-coded with an initi...
Adrian Holovaty
2005-07-16
Added help_text to auth.User.password_md5
Adrian Holovaty
2005-07-14
Created django.contrib and moved comments into it
Adrian Holovaty
2005-07-14
Changed many-to-many API to be get_FOO_list instead of get_FOOs
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty