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-08
Fixed #8111 -- Error message typo fix. Thanks mzgur.
Malcolm Tredinnick
2008-08-08
Fixed #8120, #7997 -- Cleaned up the help messages displayed by django-admin ...
Russell Keith-Magee
2008-08-08
Fixed #5825 -- Modified the custom command loader to allow for explicit speci...
Russell Keith-Magee
2008-08-07
Added a 'name' attribute to the 'Save' button on admin change form
Luke Plant
2008-08-07
gis: Fixed #8141; moved Python 2.3 incompatibilities out of the reach of the ...
Justin Bronn
2008-08-06
gis: The `verbose_name` positional keyword now works for `GeometryField`, tha...
Justin Bronn
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-08-05
Do [8221] in a slightly more clean way.
Jacob Kaplan-Moss
2008-08-05
Fixed #8128: correctly handle feeds that incorrectly don't provide pubdates. ...
Jacob Kaplan-Moss
2008-08-05
Fixed Chris' name in AUTHORS -- sorry
Jacob Kaplan-Moss
2008-08-05
Merged the gis branch into trunk.
Justin Bronn
2008-08-05
Fixed #6213: flatpage view now correctly redirects if settings.APPEND_SLASH. ...
Jacob Kaplan-Moss
2008-08-05
Fixed #7683: Try not to delete uploaded files before moving them, and don't w...
Jacob Kaplan-Moss
2008-08-05
Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon.
Jacob Kaplan-Moss
2008-08-05
Cleaned up whitespace
Luke Plant
2008-08-05
Fixed reST formatting from [8212].
Jacob Kaplan-Moss
2008-08-05
Fixed #7904: added support for a "use_for_related_fields" property on manager...
Jacob Kaplan-Moss
2008-08-05
Fixed #8031 - url tag no longer silences NoReverseMatch exceptions since this...
Luke Plant
2008-08-04
Fixed #7942 -- Added a note to the admin ordering option documentation about ...
Brian Rosner
2008-08-04
Clarified the intermediary models admin documentation and a minor clean-up.
Brian Rosner
2008-08-04
Added the missing form option to the ModelAdmin options section. Also added a...
Brian Rosner
2008-08-04
Fixed #8901 -- Corrected typo in docstring. Thanks to Hayley Bonham <djangoco...
Russell Keith-Magee
2008-08-04
it translation: update
Nicola Larosa
2008-08-04
it translation: output of makemessages, new strings and updated line numbers ...
Nicola Larosa
2008-08-03
Fixed a few long lines and removed trailing whitespace.
Gary Wilson Jr
2008-08-03
Removed two-year-old note about serialization framework being under heavy dev...
Gary Wilson Jr
2008-08-03
Fixed #8092, #3828 -- Removed dictionary access for request objects so that G...
Gary Wilson Jr
2008-08-03
Removed trailing whitespace.
Gary Wilson Jr
2008-08-03
Removed "forms and validation" link reference that is not used since [5818].
Gary Wilson Jr
2008-08-03
Removed unused warnings import that should have been removed in [8191], refs ...
Gary Wilson Jr
2008-08-03
Added tests for accessing nullable ForeignKey after saving and fetching from ...
Gary Wilson Jr
2008-08-03
Removed notes about legacy Paginator object in the generic view docs (refs #7...
Gary Wilson Jr
2008-08-03
Used definition lists to be consistent with other docs. Also used 3rd-level ...
Gary Wilson Jr
2008-08-03
Fixed #7781 -- Documented the `per_page` argument/attribute for `Paginator` o...
Gary Wilson Jr
2008-08-02
Removed some unused and duplicated imports.
Gary Wilson Jr
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-08-02
Fixed #8078 -- Fixed a Python 2.3 incompatibility in `contrib/admin/options.p...
Gary Wilson Jr
2008-08-02
Removed several deprecated features for 1.0 (refs #7830):
Gary Wilson Jr
2008-08-02
Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, p...
Gary Wilson Jr
2008-08-02
Removed two-year-old note about testing framework being under development.
Gary Wilson Jr
2008-08-02
Fixed #8086 -- Removed 2.5 specific keyword argument to __import__. Thanks CH...
Brian Rosner
2008-08-01
Added a missing import from [8186].
Brian Rosner
2008-08-01
Pass the correct data as the second parameter to find_module to correct admin...
Brian Rosner
2008-08-01
Fixed #8070 -- Cache related objects passed to Model init as keyword argument...
Gary Wilson Jr
2008-08-01
Reverted [8182]. Accidently committed from the wrong branch.
Brian Rosner
2008-08-01
Reverted [8174]. It is causing some serious breakage right now. Need to inves...
Brian Rosner
2008-08-01
Initial admin template docs. Needs more work.
Brian Rosner
2008-08-01
Fixed #3912 - Added simple type checking to template.Context.update() to help...
Luke Plant
2008-08-01
Fixed #3062 - removed arbitrary and unneeded max_length on password fields in...
Luke Plant
2008-08-01
Ensure that custom primary keys are always shown on a formset. Refs #7938. Th...
Brian Rosner
[prev]
[next]