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
Age
Commit message (
Expand
)
Author
2006-05-31
Fixed #2023 -- 'View on site' now works with non-integer primary keys.
Adrian Holovaty
2006-05-30
Added note to default manage.py that a 'missing settings.py' message may be c...
Adrian Holovaty
2006-05-30
Fixed #2021 -- Improved Atom feed by outputting rel=alternate. Thanks, Ned Ba...
Adrian Holovaty
2006-05-30
Fixed #2015 -- Fixed sqlinitialdata regexp to handle empty string insertions....
Adrian Holovaty
2006-05-29
Fixed #1584 - auto_now_add fields now work when saving multiple times.
Luke Plant
2006-05-29
fixed #1974: updated fr translations
Georg Bauer
2006-05-29
fixed wrong encoding denotation in the greek .po file
Georg Bauer
2006-05-29
Fixed #2029 - models now sorted by verbose_name_plural in get_admin_app_list ...
Luke Plant
2006-05-26
Fixed bug with QuerySet.exclude() failing to do negations on Q objects, and
Luke Plant
2006-05-26
Django's tests now include models from django.contrib; this will allow testin...
Jacob Kaplan-Moss
2006-05-26
Fixed #1732 -- AttributeErrors in models are no longer ignored by the model v...
Adrian Holovaty
2006-05-26
Improved error message if DATABASE_ENGINE is invalid.
Adrian Holovaty
2006-05-26
Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the ...
Adrian Holovaty
2006-05-26
Made negative indexing on QuerySet instances raise an assertion error (previo...
Luke Plant
2006-05-26
Fixed #1403 -- 'Add' green plus sign no longer appears in admin change forms ...
Adrian Holovaty
2006-05-26
Fixed #1023 -- Base handler no longer calls mail_admins() on SystemExit, in c...
Adrian Holovaty
2006-05-26
Fixed #1985 -- Got CurrentSiteManager working
Adrian Holovaty
2006-05-26
fixed 1996: updated nl translations
Georg Bauer
2006-05-26
fixed broken el_GR translation, thx Jeroen
Georg Bauer
2006-05-26
Added half of oracle backend. (The other half is all of the special-casing in...
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-26
Fixed #1981 -- Fixed bug in feeds.py for comments
Adrian Holovaty
2006-05-26
Added phil@produxion.net to AUTHORS. Refs #1997
Adrian Holovaty
2006-05-26
Fixed #1997 -- Changed comments.py views to use relative URL for redirects. T...
Adrian Holovaty
2006-05-26
Fixed #1998 -- Changed double quotes to single quotes
Adrian Holovaty
2006-05-25
Made some edits to docs/templates_python.txt 'inclusion_tag' section
Adrian Holovaty
2006-05-25
Fixed #2001 -- corrected a couple of typos in the custom tag examples. Thanks
Malcolm Tredinnick
2006-05-24
added missing languages to setup.py
Georg Bauer
2006-05-24
fixed #1915: new argentinean spanish (es_AR) translation
Georg Bauer
2006-05-24
fixed #1948: updated cs translation
Georg Bauer
2006-05-24
fixed #1976: updated sk translation
Georg Bauer
2006-05-24
fixed #1984: updated it translation
Georg Bauer
2006-05-24
fixed #1937: updated no translation
Georg Bauer
2006-05-24
fixed #1974: updated french translations
Georg Bauer
2006-05-23
Fixed bug with Meta.ordering being ignored when slicing a single item off a Q...
Luke Plant
2006-05-23
Negligible code cleanup for the sake of clarity.
Luke Plant
2006-05-23
Fixed incorrect link in docs/sites.txt
Adrian Holovaty
2006-05-23
Changed an overlooked occurrence of repr() to str(). Pointed out by Jeremy
Malcolm Tredinnick
2006-05-22
Fixed ReST error in docs/sites.txt. I think.
Adrian Holovaty
2006-05-22
Added small bit to docs/sites.txt
Adrian Holovaty
2006-05-22
Added documentation for CurrentSiteManager to docs/sites.txt
Adrian Holovaty
2006-05-22
Fixed some bugs in django/contrib/sites/managers and added some error checking
Adrian Holovaty
2006-05-22
Fixed funky formatting in docs/model-api.txt
Adrian Holovaty
2006-05-22
Added django.contrib.sites.managers, which contains CurrentSiteManager. Thank...
Adrian Holovaty
2006-05-22
Added docs/sites.txt -- documentation on the sites framework
Adrian Holovaty
2006-05-22
Fixed #1959 -- Fixed typo in django/contrib/admin/views/doc.py
Adrian Holovaty
2006-05-22
Added the missing django.contrib applications to docs/add_ons.txt
Adrian Holovaty
2006-05-22
Added 'Overriding default model methods' section to model-api.txt
Adrian Holovaty
2006-05-22
Fixed #849 -- Improved login_required view decorator to save query-string par...
Adrian Holovaty
[next]