summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2011-05-17Fixed #14572 -- generic_inlineformset_factory shouldn't specify default formf...Honza Král
2011-05-17Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince a...Jannis Leidel
2011-05-15Fixed #15790 -- Fixed QuerySet only() and defer() methods behavior with proxy...Ramiro Morales
2011-05-14Added ability to describe grouping of form fields in the same row to the `fie...Ramiro Morales
2011-05-13Fixed #15064 -- Made manage.py honor the existence and value of DJANGO_SETTIN...Ramiro Morales
2011-05-12Fixed #16009 - typo in CSRF_FAILRE_TEMPLATE.Luke Plant
2011-05-10Added missing callables to django.utils.translation.__all__ (`override` and `...Jannis Leidel
2011-05-10Fixed #13648 - '%s' escaping support for sqlite3 regression.Luke Plant
2011-05-09Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requestsLuke Plant
2011-05-09Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c...Luke Plant
2011-05-09Fixed #15354 - provide method to ensure CSRF token is always available for AJ...Luke Plant
2011-05-09Fixes #15778 -- createsuperuser fails on international characters in system u...Chris Beaven
2011-05-07Fixed #15981 -- Use ungettext instead of manually checking for plurals. Thank...Jannis Leidel
2011-05-07Fixed #15709 - Duplicated group_by conditionLuke Plant
2011-05-07Minor renaming for consistency.Jannis Leidel
2011-05-07Fixed #11212 -- Stopped using quoted-printable encoding for mails with non-AS...Jannis Leidel
2011-05-07Fixed #13154 -- Fixed the URL resolver's reverse() to match the behavior of i...Jannis Leidel
2011-05-07Fixed #15496 -- Corrected handling of base64 file upload encoding. Thanks, ge...Jannis Leidel
2011-05-07Fixed #8527 -- Made CAPostalCodeField more forgiving of the input format. Tha...Jannis Leidel
2011-05-07Fixed #15263 -- Added support for format localization to the now template tag...Jannis Leidel
2011-05-07Fixed #15971 -- Fixed regression introduced in r16144 that prevented the use ...Jannis Leidel
2011-05-06Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank...Jannis Leidel
2011-05-06Added django.utils.translation.override context manager to easily activate an...Jannis Leidel
2011-05-06Added TestCase.settings context manager to easily override settings in test m...Jannis Leidel
2011-05-05Fixed #15964 - Do not order admin actions by descriptionLuke Plant
2011-05-05Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filte...Luke Plant
2011-05-05Fixed #15823 - incorrect join condition when combining Q objectsLuke Plant
2011-05-05Fixed #15795 - `__repr__` for RegexURLPattern not unicode safeLuke Plant
2011-05-05Fixed #15811 - lazy() doesn't take into account methods defined in parentsLuke Plant
2011-05-04Tiny grammar fix in createsuperuser command.Chris Beaven
2011-05-04Fixed #15960 -- Extended list filer API added in r16144 slightly to pass the ...Jannis Leidel
2011-05-04Fixed up bad return value introduced in [16120].Luke Plant
2011-05-03Corrected the behavior of the SimpleFilter.lookups method to also be able to ...Jannis Leidel
2011-05-03Fixed #14262 -- Added new assignment_tag as a simple way to assign the result...Jannis Leidel
2011-05-03Fixed #13770 -- Extended BooleanField form field to also clean `u'false'` to ...Jannis Leidel
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 #5931 -- Added __repr__ to db fields. Thanks, Thomas Güttler, emulbreh...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-01Fixed #5714 -- Strip whitespaces around date and time form field values befor...Jannis Leidel
2011-05-01Removed leftover use of deprecated AdminSite.root in admindoc.Ramiro Morales
2011-04-30Django is now 1.4 pre-alpha.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-29Removed superfluous settings that were forgotten when the comments app was re...Jannis Leidel
2011-04-29Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers...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