summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-04Fixed #15827 - Documented that OneToOneField in Profile should be named 'user...Timo Graham
2011-05-04Tiny grammar fix in createsuperuser command.Chris Beaven
2011-05-04Removed empty directory forgotten in r16144.Jannis Leidel
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-03Fixed #15942 - removed duplicate module id in docs; thanks magopian.Timo Graham
2011-05-03Fixed #15952 -- fixed an error in the template builtins docs.Alex Gaynor
2011-05-01Fixed #15887 - Added clarification for required_*() decorators; thanks RoySmi...Timo Graham
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 #11928 -- Added test for tuple to list conversion during mail message i...Jannis Leidel
2011-04-30Fixed #15640 -- Added new initial digit in Spain phone numbers to localflavor...Jannis Leidel
2011-04-30Fixed #6581 -- Moved documentation of django.contrib.auth.views.redirect_to_l...Jannis Leidel
2011-04-30Fixed #15876 - Document that test.client.RequestFactory doesn't support sessi...Timo Graham
2011-04-30Fixed small typos in custom template tags docs.Ramiro Morales
2011-04-29Fixed minor doc typo.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-29Added file forgotten in r16121. Refs #5925. Thanks, Julien.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
2011-04-28Fixed #7267 - UnicodeDecodeError in clean_htmlLuke Plant
2011-04-28Fixed #15070 -- Also pass current_app and use_l10n in inclusion_tags. Thanks,...Jannis Leidel
2011-04-28Fixed #15713 -- Added a form field for validating Polish National ID Card num...Jannis Leidel
2011-04-28Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEA...Jannis Leidel
2011-04-28Fixed #15865 -- correct class name for BaseGenericInlineFormset. Thanks leone...Simon Meers
2011-04-28Fix heading formatting in localflavor docs.Simon Meers
2011-04-28Fixed #15885 -- Update auth view docs re: TemplateResponse. Thanks prestontim...Simon Meers
2011-04-28Fixed #15830 -- Add documentation regarding localflavor i18n. Thanks framos.Simon Meers
2011-04-27Refs #15093 -- Fixed another get_models call missed in r16053. Thanks Luke fo...Carl Meyer
2011-04-27Refs #15903 -- Added a per-TestCase urlconf to reduce coupling between test a...Carl Meyer
2011-04-27Fixed #15903 -- Allowed not-installed models to still be referenced in relate...Carl Meyer
2011-04-26Fixed a failing test in special_headers, and performed a bit of cleanup.Alex Gaynor
2011-04-26Fixed #15889 -- when trying to access to access a serializer that doesn't exi...Alex Gaynor
2011-04-26Fixed #15904 - render_comment_form executes unnecessary query for objectLuke Plant
2011-04-25Fixes #15892 -- Duplicate 'settings' import (and some unused imports) in sett...Chris Beaven