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
path:
root
/
django
/
contrib
/
flatpages
Age
Commit message (
Expand
)
Author
2008-09-02
Cleaned up a bunch of minor doc stuff:
Jacob Kaplan-Moss
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-21
Fixed #8376 -- Use request.path and request.path_info at the right moments when
Malcolm Tredinnick
2008-08-11
Refs #7742 -- newforms-admin does not use oldforms `validator_list` argument,...
Gary Wilson Jr
2008-08-05
Fixed #6213: flatpage view now correctly redirects if settings.APPEND_SLASH. ...
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-06-30
Fixed #4081 -- Allow empty content in flatpages.
Malcolm Tredinnick
2008-06-16
Fixed #7329 -- Added list_display Admin options to FlatPage and Redirect mode...
Adrian Holovaty
2008-03-29
Django code styling fixes.
Gary Wilson Jr
2008-03-29
Fixed #6879 -- Made string in `contrib.flatpages` translatable, thanks ctroch...
Gary Wilson Jr
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-03-29
Fixed #3845 -- Added index to URL attribute of flatpages model.
Russell Keith-Magee
2006-08-23
Fixed #2581 -- Added populate_xheaders() call to flatpage view. Thanks for th...
Adrian Holovaty
2006-08-11
Fixed #2525 -- Fixed typo in contrib/flatpages/README.TXT. Thanks, dummy@habm...
Adrian Holovaty
2006-07-19
Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...
Malcolm Tredinnick
2006-07-09
Fixed #2317 -- Fixed help_text for FlatPage.template_name field to match magi...
Adrian Holovaty
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-05-11
Fixed #1837 -- Gave FlatPage a str
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-11-20
Fixed #845 -- flatpages middleware no longer throws 404 exception for DEBUG=T...
Adrian Holovaty
2005-11-12
Added README.TXT to contrib.redirects and contrib.flatpages
Adrian Holovaty
2005-11-11
Small bugfix to flatpages URLconf from [1166]
Adrian Holovaty
2005-11-11
BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...
Adrian Holovaty