1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/django/models
2005-08-10 21:46:40 +00:00
..
__init__.py Refactored meta.py -- created a django.core.meta package, with init.py and fields.py 2005-08-01 21:29:52 +00:00
auth.py Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note that you'll have to make a change to your database if you're using a previous Django installation and want to use non-integer primary key fields. See the BackwardsIncompatibleChanges wiki page for info. 2005-08-10 19:32:38 +00:00
core.py Fixed #118 -- Renamed 'flat files' to 'flat pages' in the admin. Didn't rename it in the Python code, because too many things would break. 2005-08-10 21:46:40 +00:00