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
Age
Commit message (
Expand
)
Author
2008-08-16
Fixed #6915: Documented the fact that QuerySet.delete() may not call delete()...
James Bennett
2008-08-16
Fixed #8229: Added handling for a special case in the validation of Spanish I...
Russell Keith-Magee
2008-08-16
Fixed #7285: Improved inspectdb handling of dashes in table and field names. ...
Russell Keith-Magee
2008-08-16
Fixed #6935: Modified inspectdb to provide better handling for table names wi...
Russell Keith-Magee
2008-08-16
Fixed #8355: Removed some whitespace that was apparently causing difficulty w...
Russell Keith-Magee
2008-08-16
Fixes #7845: Removed a piece of stale code that was causing ./manage.py reset...
Russell Keith-Magee
2008-08-16
Fixed #8268: Modified admin scripts tests to use JYTHONPATH when appropriate....
Russell Keith-Magee
2008-08-16
Fixed #7331 -- Made `QueryDict.iteritems` behave like `QueryDict.items`, than...
Gary Wilson Jr
2008-08-15
Fixed #6970 -- Raise the original `IntegrityError` when all required fields a...
Gary Wilson Jr
2008-08-15
Fixed #8219 -- More robust date to string conversion in syndication feeds.
Malcolm Tredinnick
2008-08-15
Fixed #8341 -- Allow simpler subclassing of ModelAdmin and InlineModelAdmin w...
Brian Rosner
2008-08-15
Fixed #8299 -- Clarified the ModelAdmin.form option. Also added an inner Meta...
Brian Rosner
2008-08-15
Fixed #8352 -- Corrected a typo in the contenttypes.txt documentation. Thanks...
Brian Rosner
2008-08-15
Fixed #5270 -- Allow template tags and filters to accept an emtpy string, pat...
Gary Wilson Jr
2008-08-15
Fixed #8292 -- Honor filter_horizontal and filter_vertical in inlines correct...
Brian Rosner
2008-08-15
Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of...
Gary Wilson Jr
2008-08-15
Fixed #5385 -- Made the date returned from the calendar picker consistent wit...
Brian Rosner
2008-08-15
Polish locales updated
Jarek Zgoda
2008-08-15
Removed some checks for Model._meta.one_to_one_field to prevent list_filter a...
Brian Rosner
2008-08-15
Fixed a typo and added a bit more ReST markup to cache middleware docstring.
Gary Wilson Jr
2008-08-15
Removed unused and redefined imports.
Gary Wilson Jr
2008-08-15
Fixed #957 -- prepopulated_fields now works correctly on inlines.
Brian Rosner
2008-08-15
Fixed media creation in the add_view. It was not pulling media from the corre...
Brian Rosner
2008-08-15
Fixed #7364 -- Never cache the contrib.auth login view.
Gary Wilson Jr
2008-08-15
Fixed typo in comment.
Gary Wilson Jr
2008-08-15
Made a few small tweaks to reduce persistent storage accesses in the session
Malcolm Tredinnick
2008-08-15
Reverted [8318] and [8329], since the change turned out to have no effect, upon
Malcolm Tredinnick
2008-08-15
Use failIf() instead of assertFalse() so that tests work with python 2.3.
Malcolm Tredinnick
2008-08-15
Fixed a ReST error in cache docs.
Gary Wilson Jr
2008-08-15
Fixed #8137 -- Replaced an outdated link in the transactions docs.
Gary Wilson Jr
2008-08-15
Fixed #8244: Modified the temporary directory used by file storage tests so t...
Russell Keith-Magee
2008-08-15
Fixed 8186: Updated German locale, thanks benjixx
Jannis Leidel
2008-08-15
Fixed #6551: clarify the meaning of ``DATABASE_NAME`` for SQLite in docs/tuto...
James Bennett
2008-08-15
Fixed #6765: Changed docs/model-apit.txt to better indicate what's expected o...
James Bennett
2008-08-15
Fixed #7416: Modified test client to preserve session when a user logs in. Th...
Russell Keith-Magee
2008-08-15
Fixed #8154: Added note to docs/db-api.txt indicating that reverse() is only ...
James Bennett
2008-08-15
Fixed #7676 -- Modified serializer registration to be thread safe. Thanks to ...
Russell Keith-Magee
2008-08-15
Fixed #8262: Corrected typo in docs/settings.txt
James Bennett
2008-08-15
Fixed #8234: Corrected typo in docs/cache.txt
James Bennett
2008-08-15
Fixed #8277: corrected minor typo in docs/forms.txt.
James Bennett
2008-08-15
Fixed #8337 -- Corrected typo introduced in [8365]. Thanks to julien for the...
Russell Keith-Magee
2008-08-15
Refs #8319 -- Added documentation note on the limitations of limit_choices_to.
Russell Keith-Magee
2008-08-15
Fixed #8331 -- Added style parameter to sqlite backend implementation of sql_...
Russell Keith-Magee
2008-08-15
One more minor typo
James Bennett
2008-08-15
And one more typo
James Bennett
2008-08-15
reST fix in release notes
James Bennett
2008-08-15
Fix small typo in release notes
James Bennett
2008-08-15
1.0 beta 1 release notes
James Bennett
2008-08-15
Fixed doctest which relied on implicit ordering and was failing on Oracle.
Matt Boersma
2008-08-15
Modified version number string for Beta 1 release.
Russell Keith-Magee
[next]