index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
Age
Commit message (
Expand
)
Author
2006-12-29
generic-auth: Merged to trunk [4254]
Joseph Kocherhans
2006-12-07
generic-auth: Merged to trunk [4183].
Joseph Kocherhans
2006-11-30
generic-auth: Merged to trunk [4148].
Joseph Kocherhans
2006-11-25
[generic-auth] Merged to trunk [4103].
Joseph Kocherhans
2006-11-10
[generic-auth] Merged to [4062]
Joseph Kocherhans
2006-11-06
[generic-auth] Merged to [4025]
Joseph Kocherhans
2006-11-06
Merged to [3519]
Joseph Kocherhans
2006-06-23
Fixed #1662 -- Added resolver for string-form model references for models tha...
Russell Keith-Magee
2006-06-21
Fixed #1928 -- Correctly create foreign key references when there are multiple
Malcolm Tredinnick
2006-06-20
Fixed #2119 -- fixed problems with splitting SQL statements into separate
Malcolm Tredinnick
2006-06-20
Fixed #2161 -- handle trailing newlines in initial SQL data. Includes
Malcolm Tredinnick
2006-06-20
Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ...
Adrian Holovaty
2006-06-20
Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...
Adrian Holovaty
2006-06-20
Added 'method' attribute to HttpRequest objects
Adrian Holovaty
2006-06-19
Fixed #1088 - Correctly detect when a float with too many digits before the
Malcolm Tredinnick
2006-06-16
Added generic foreign key support to Django. Much thanks to Ian Holsman and
Jacob Kaplan-Moss
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-07
Fixed #1503 -- Improved model validator to throw an error if a model doesn't ...
Adrian Holovaty
2006-06-07
Removed legacy deprecated_args check from django.core.management
Adrian Holovaty
2006-06-07
Fixed #2098 -- Loosened validation for model 'ordering' parameter by allowing...
Adrian Holovaty
2006-06-07
Fixed #1697 and #2095 -- Made 'choices' parameter accept any iterable
Adrian Holovaty
2006-06-06
fixed #2089: added language bidirectional support and updated the admin to us...
Georg Bauer
2006-06-05
Fixed stupid bug in [3802]
Jacob Kaplan-Moss
2006-06-05
Small refactoring of django.core.management to allow a custom argv to be pass...
Jacob Kaplan-Moss
2006-06-03
Eliminated lots of mutable default arguments (since they are bugs
Luke Plant
2006-06-02
Fixed #2073 -- Improved 'manage.py shell' not to pass argv to IPython if it's...
Adrian Holovaty
2006-06-02
Fixed #2025 -- Fixed some issues with URL reversal, which still isn't ready f...
Adrian Holovaty
2006-06-01
Fixed #2045 - TypeError thrown if a form does not have the correct enctype fo...
Luke Plant
2006-06-01
Fixed #720 -- Added first_on_page() and last_on_page() methods to ObjectPagin...
Adrian Holovaty
2006-05-31
Fixed #2049 -- Made isValidEmail validator wider in scope. Thanks, mir@noris.de
Adrian Holovaty
2006-05-30
Fixed #2015 -- Fixed sqlinitialdata regexp to handle empty string insertions....
Adrian Holovaty
2006-05-26
Fixed #1023 -- Base handler no longer calls mail_admins() on SystemExit, in c...
Adrian Holovaty
2006-05-26
Fixed #1935 -- Initial SQL data now works in SQLite if there are multiple sta...
Adrian Holovaty
2006-05-26
Fixed #1634 -- Changed django.core.mail to include 'Date' header in e-mails. ...
Adrian Holovaty
2006-05-19
Prevent people from using "startapp" to create apps with the same name as the...
Malcolm Tredinnick
2006-05-16
Added first stab at reverse matching to urlresolvers.py
Adrian Holovaty
2006-05-13
Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded using
Jacob Kaplan-Moss
2006-05-09
Fixed #1819 -- inspectdb no longer puts null=True for TextField and CharField...
Adrian Holovaty
2006-05-06
Improved runserver to display 'CONTROL-C' vs. 'CTRL-BREAK' based on the curre...
Adrian Holovaty
2006-05-05
Fixed #1762 -- Fixed Windows error in django.core.management. Thanks, ross.la...
Adrian Holovaty
2006-05-05
Fixed #1719 -- Added rlcompleter autocompletion to 'manage.py shell' if IPyth...
Adrian Holovaty
2006-05-05
Fixed #1766 -- Fixed bug in syncdb where it allowed two models to have the sa...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-04-12
Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter
Adrian Holovaty
2006-04-12
Fixed #1531 -- Fixed eager exception catching that caused the template system...
Adrian Holovaty
2006-04-12
Negligible spacing change to core/template/loader.py
Adrian Holovaty
2006-04-11
Removed unneeded 'import sys' from base.py handler
Adrian Holovaty
2006-04-11
Fixed #1551 -- Improved base handler to not lose track of important exception...
Adrian Holovaty
2006-04-11
Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3
Adrian Holovaty
2006-04-11
Converted django.core.mail to use 'from django.conf import settings' instead ...
Adrian Holovaty
[next]