summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-01-29Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...Ramiro Morales
2013-01-29Implemented some SpatiaLiteOperations as cached propertiesClaude Paroz
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-28Added HTML5 url input typeClaude Paroz
2013-01-28Added HTML5 email input typeClaude Paroz
2013-01-28Fixed #19676 -- Supported 'self' foreign keys in inspectdb.Aymeric Augustin
2013-01-28Fixed #19677 -- Introspection of recursive foreign keys under SQLite.Aymeric Augustin
2013-01-26Fixed #16123 -- Ensured strptime receive proper string typeClaude Paroz
2013-01-26Fixed #18483 -- Marked hidden field error string for translationClaude Paroz
2013-01-26Fixed #17158 -- Used a non-ambiguous representation of SQL queriesAymeric Augustin
2013-01-26Moved BooleanField 'required' validation in validate()Claude Paroz
2013-01-26Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.Aymeric Augustin
2013-01-26Fixed #19540 -- Stopped using deprecated os.stat_float_times.Aymeric Augustin
2013-01-26Fixed validation of email addresses when the local part contains an @.Aymeric Augustin
2013-01-25Used property decorators in django/forms.pyClaude Paroz
2013-01-25Fixed #18460 -- Fixed change detection of ReadOnlyPasswordHashFieldClaude Paroz
2013-01-25Moved has_changed logic from widget to form fieldClaude Paroz
2013-01-25Revert "Patch by Claude for #16084."Ramiro Morales
2013-01-25Patch by Claude for #16084.Ramiro Morales
2013-01-25Fixed #19665 -- Ensured proper stderr output for Command.run_from_argvClaude Paroz
2013-01-25Fixed #19577 - Added HTML escaping to admin examples.Tim Graham
2013-01-24Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pyth...Ramiro Morales
2013-01-24Minor optimization in the static serve view.Aymeric Augustin
2013-01-24Fixed #19125 -- The startproject command should validate the name earlierClaude Paroz
2013-01-24Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...Nick Sandford
2013-01-23Remove dup_select_related method.Marc Tamlyn
2013-01-22Fixed #19477 - Documented generic_inlineformset_factoryTim Graham
2013-01-22Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.Florian Apolloner
2013-01-21Fixed #18051 -- Allowed admin fieldsets to contain listsClaude Paroz
2013-01-21Fixed #19637 -- Ensured AdminEmailHandler fails silentlyClaude Paroz
2013-01-20Fixed #17813 -- Added a .earliest() method to QuerySetNick Sandford
2013-01-19Fix in makemessages refactoring plus UI tweaks.Ramiro Morales
2013-01-19Refactored makemessages commandClaude Paroz
2013-01-19Fixed #19606 -- Adjusted cx_Oracle unicode detection.Jani Tiainen
2013-01-18Removed models/related.py BoundRelatedObjectAnssi Kääriäinen
2013-01-18Avoided unnecessary recreation of RelatedObjectsAnssi Kääriäinen
2013-01-17Made (make|compile)messages commands accept multiple locales at once.Craig Blaszczyk
2013-01-16Modified makemessages so it creates .pot files once per invocation.Ramiro Morales
2013-01-16Fixed #17008 -- Added makemessages option to not remove .pot files.Ramiro Morales
2013-01-15Merge pull request #649 from mattrobenolt/patch-1Aymeric Augustin
2013-01-15Kill mx.TextTools with fireMatt Robenolt
2013-01-15Removed obsolete comment.Aymeric Augustin
2013-01-15Fixed #19099 -- Split broken link emails out of common middleware.Aymeric Augustin
2013-01-15Fixed #19092 -- Completed Lithuanian date/time formatsClaude Paroz
2013-01-14Move logic seperation as its not longer repetitiveDavid Cramer
2013-01-14Send post_delete signals immediatelyDavid Cramer
2013-01-12Fixed #17574 -- Implemented missing get_key_columns in PostgreSQL backendClaude Paroz
2013-01-12Return namedtuple from get_table_descriptionClaude Paroz
2013-01-12Fixed #18026 -- Don't return an anonymous dict if extra_data in storage is em...Stephan Jaekel
2013-01-11Removed some now dead code from deletion (thanks to Carl Meyer for noticing it).Alex Gaynor