summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2011-05-03Fixed #13729 -- Renamed UK localflavor to GB to correctly follow ISO 3166. Th...Jannis Leidel
2011-05-03Fixed #12595 -- Fixed bad arguments handling in localflavor form fields.Jannis Leidel
2011-05-03Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...Jannis Leidel
2011-05-01Replaced old-style with new-style decorator syntax.Jannis Leidel
2011-05-01Removed leftover use of deprecated AdminSite.root in admindoc.Ramiro Morales
2011-04-30Cleaned up admin sites.py imports.Ramiro Morales
2011-04-30Fixed #15640 -- Added new initial digit in Spain phone numbers to localflavor...Jannis Leidel
2011-04-29Fixed #15920 -- Removed COMMENTS_BANNED_USERS_GROUP setting in favor of the e...Jannis Leidel
2011-04-28Fixed #15661 - LogEntry objects have no unicode methodLuke Plant
2011-04-28Fixed #11726 - FormWizard does sanity check on step number performed before d...Luke Plant
2011-04-28Fixed #15713 -- Added a form field for validating Polish National ID Card num...Jannis Leidel
2011-04-26Fixed #15904 - render_comment_form executes unnecessary query for objectLuke Plant
2011-04-25Fixes #14543 -- ContentTypes tests failing if auth app is not installed. Than...Chris Beaven
2011-04-23Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate search resu...Carl Meyer
2011-04-22Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...Jannis Leidel
2011-04-22Fixed #15673 -- Allow limit_choices_to to use a tuple for __in filters. Thank...Jannis Leidel
2011-04-22Fixed #15705 -- Added Croatian (hr) localflavor. Thanks, Zlatko MaĊĦek and Ju...Jannis Leidel
2011-04-22Fixed #15013 -- Added Russian (ru) localflavor package. Thanks, blackraven an...Jannis Leidel
2011-04-22Fixed #11321 -- Handle timezones correctly in conjunction with naturalday fil...Jannis Leidel
2011-04-22Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phi...Jannis Leidel
2011-04-22Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Dani...Jannis Leidel
2011-04-22Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...Jannis Leidel
2011-04-22Fixed #11531 -- Removed unused dateparse.js from admin JavaScript directory.Jannis Leidel
2011-04-22Fixed #11251 -- Extended Australian localflavor to ship a few model fields ad...Jannis Leidel
2011-04-22Fixed #11203 -- Stopped some form fields in the admin from rendering incorrec...Jannis Leidel
2011-04-20Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning...Carl Meyer
2011-04-20Fixed various validation errors caught by the validator.nu HTML5 validator.Luke Plant
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2011-04-20Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpa...Jannis Leidel
2011-04-19Fixed #10917 - admin/base.html should contain messages blockLuke Plant
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-04-06Fixed #15772 -- Corrected an oversight from r16016 in MySQL GeoDjango DB back...Ramiro Morales
2011-04-05Tweaked r16016: Removed a now superflous __init__ method in the Oracle GIS ba...Ramiro Morales
2011-04-05Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...Ramiro Morales
2011-04-04Fixed geodjango postgis/creation.py to use postgresql_psycopg2 instead of leg...Adrian Holovaty
2011-04-04Fixed #15738 -- Removed unnecessary line in contrib.contenttypes tests. Thank...Adrian Holovaty
2011-04-03Fixed #15747 -- Removed deprecated contrib.gis.db.backend module. Thanks to j...Russell Keith-Magee
2011-04-02Fixed #15717 -- Updated databrowse to use class-based generic date views. Tha...Russell Keith-Magee
2011-04-02Silenced a DeprecationWarning in formtools caused by testing the deprecated s...Russell Keith-Magee
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-04-02Removed deprecated 'no' translationRussell Keith-Magee
2011-04-02Advanced deprecations in contrib.syndication.Russell Keith-Magee
2011-04-02Advanced deprecation of user-based messages and the LegacyFallbackStorage in ...Russell Keith-Magee
2011-04-02Advanced deprecations in contrib.localflavor.Russell Keith-Magee
2011-04-02Advanced deprecations in contrib.gis.Russell Keith-Magee
2011-04-02Advanced deprecations in contrib.formtools.Russell Keith-Magee
2011-04-02Removed deprecated contrib.csrf app.Russell Keith-Magee
2011-04-02Advanced deprecations in contrib.auth.Russell Keith-Magee
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-30Fixed `LayerMapping` to support `BigIntegerField` and removed support for `XM...Justin Bronn