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
2013-11-05
[1.6.x] Pulled Transifex translations for contrib apps
Claude Paroz
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-05-18
Fixed #13285: populate_xheaders breaks caching
Ćukasz Langa
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-05-02
Updated translation templates and removed en translations
Claude Paroz
2013-04-02
Updated flatpages tests for unittest2 discovery.
Preston Timmons
2013-03-28
Updated translation templates
Claude Paroz
2013-03-28
Added Burmese language
Claude Paroz
2013-03-28
Added Ossetic language
Claude Paroz
2013-03-28
Updated translations from Transifex
Claude Paroz
2013-03-24
Merge pull request #946 from matiasb/minor-flatpage-translation-fix
Simon Charette
2013-03-24
Fixed #15124 -- Changed the default for BooleanField.
Aymeric Augustin
2013-03-23
Fixed #20117 -- Added missing translation override to fix flatpages test.
matiasb
2013-03-23
Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom U...
Russell Keith-Magee
2013-02-26
Merged contrib translations from 1.5 branch
Claude Paroz
2013-02-24
Fixed #18862 -- Honored script prefix in FlatPage.get_absolute_url.
Aymeric Augustin
2013-02-24
URL-encoded URLs in FlatPage.get_absolute_url.
Aymeric Augustin
2012-11-15
Update django/contrib/flatpages/forms.py
vanschelven
2012-10-15
Updated base translation files
Claude Paroz
2012-10-01
Prevented flatpage view from directly accessing settings.SITE_ID
Claude Paroz
2012-09-28
Made more extensive use of get_current_site
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-06-26
Add reST role to templates named in some view docs.
Ben Spaulding
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-31
Fixed #18408 -- Isolated flatpages tests from existing sites.
Jens Page
2012-04-28
Fixed #18234: Avoided exception on flatpage add
Karen Tracey
2012-03-31
Used the override_settings decorator in the tests of auth, flatpages, and for...
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-23
Pulled flatpages translations updates from Transifex. Refs #17822.
Jannis Leidel
2012-03-14
Added Tatar translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Swahili translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Nepali translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Kazakh translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Esperanto to the list of languages. Refs #17822.
Jannis Leidel
2012-03-14
Pulled the flatpages translations updates from Transifex. Refs #17822.
Jannis Leidel
2012-03-05
Updated flatpages base translation files with new strings. Refs #17822.
Jannis Leidel
2012-01-28
Added __future__ import for Python 2.5 forgotten in r17402.
Aymeric Augustin
2012-01-28
Fixed #12972 -- Validated that flatpages URLs start and (when appropriate) en...
Aymeric Augustin
2011-12-22
Updated English base translation files in preparation of the alpha release so...
Jannis Leidel
2011-12-22
Fixed a broken translation string in the flatpages' forms module.
Jannis Leidel
2011-10-17
Fixed #17057 -- Corrected flatpage url uniqueness validation to account for f...
Carl Meyer
2011-10-07
Fixed #14678 -- Added validation to catch flatpages with the same URL on the ...
Carl Meyer
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-05-07
Minor renaming for consistency.
Jannis Leidel
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-04-20
Switched to HTML5 doctype in all Django supplied templates.
Luke Plant
2011-04-20
Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpa...
Jannis Leidel
2011-04-02
Removed deprecated 'no' translation
Russell Keith-Magee
[next]