summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2010-11-26Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...Jannis Leidel
2010-11-26Fixed #14730 -- Fixed unclosed anchor tag in Mongolian translation. Thanks fo...Jannis Leidel
2010-11-26Fixed #14721 -- Made the THOUSAND_SEPERATOR a unicode string in a few locales...Jannis Leidel
2010-11-26Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su...Russell Keith-Magee
2010-11-26Fixes #14715 -- More informative ValueError for safe_join util. Thanks btubbs.Chris Beaven
2010-11-25Fixed #14415 -- Corrected the process of creating and destroying test databas...Russell Keith-Magee
2010-11-24Fixed #14700 - speed up RawQuerySet iterator.Luke Plant
2010-11-24Fixes #3529 -- more explicit documentation about Context.update. Thanks for t...Chris Beaven
2010-11-23Fixed #14697 - speeded up model instance creation by moving work outside of l...Luke Plant
2010-11-23Fixed #14752 -- Corrected date parsing in WeekArchiveView when using %W as a ...Russell Keith-Magee
2010-11-22Fixed #14424 -- corrected a NameError when instantiating a RelatedFieldWidget...Alex Gaynor
2010-11-22Fixed #14754 -- corrected using an aggregate in an F expressions when that qu...Alex Gaynor
2010-11-21Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...Honza Král
2010-11-21Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c...Alex Gaynor
2010-11-21Removed some deprecated code that survived [14138].Alex Gaynor
2010-11-21Fixed #14749 -- added support for using Django's file object as context manag...Alex Gaynor
2010-11-21Preventing problems possibly introduced by r14662Honza Král
2010-11-21Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_...Honza Král
2010-11-21Added printing of the name of test database being created/destroyed, at verbo...Ramiro Morales
2010-11-21Fixed #14453 -- Changed handling of microseconds part in typecast_timestamp()...Ramiro Morales
2010-11-21Fixed #14533 -- Make django signals more thread-safe. Thanks milosu for the p...Honza Král
2010-11-21Fixed #14741 -- CZ Localflavor clean() incorrectly called super.__init__. Tha...Honza Král
2010-11-21Few improvements to FormPreview, thanks Andy!Honza Král
2010-11-21Fixes #13804 -- URLField validation failure for a url containing '://' on the...Chris Beaven
2010-11-21Fixed #4552 -- minor tidy up of the {% for %} tag's comma splittingChris Beaven
2010-11-21Fixed #5768 -- Added support for ManyToManyFields and reverse relations in va...Carl Meyer
2010-11-20Now possible to run the GeoDjango test suite with a minimal settings file. R...Justin Bronn
2010-11-20Documented migration path for change object_list -> ListView regarding differ...Luke Plant
2010-11-20Fixed #14389, #9666 -- Started the migration path to make the first argument ...Russell Keith-Magee
2010-11-20Fixed #14512 -- Added documentation on how to apply decorators to class-based...Russell Keith-Magee
2010-11-19Corrected change in behavior regarding the page shown after the 'Save' button...Ramiro Morales
2010-11-19Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t...Russell Keith-Magee
2010-11-19Corrected the way databases were compared. This allows running the test suit...Alex Gaynor
2010-11-18Fixed pk uniqueness validation for new objects created outside of a ModelForm...Carl Meyer
2010-11-18Fixed #14234 -- Re-validating a model instance added via ModelForm no longer ...Carl Meyer
2010-11-17Fixed #7077 and #7431 -- Use getpass.getuser instead of pwd.getpwuid to deter...Jannis Leidel
2010-11-17Fixed #14257 -- removed ManyToManyField.isValidIDList which was completely de...Alex Gaynor
2010-11-17Fixed #14423 -- corrected incorrect SQL being generated when a nullable, inhe...Alex Gaynor
2010-11-17Fixed #10004 and #12320 -- Enabled the makemessages management command to col...Jannis Leidel
2010-11-17Fixed #10636 -- Added check to make sure the ADMIN_MEDIA_PREFIX setting is pr...Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-17Fixed #11369 -- Corrected verbose_name_plural model Meta option to be consist...Ramiro Morales
2010-11-17Fixed #12687 -- fixed an issue with aggregates and counts in conjunction with...Alex Gaynor
2010-11-16Small grammar fix in 'user-uploaded files' comment from [14560]Adrian Holovaty
2010-11-16Fixed #14691 -- Made ForeignKey.validate() use the right database. Thanks Mar...Ramiro Morales
2010-11-16Fixed #14576 - FormWizard.done() method doesn't get passed the last form in t...Luke Plant
2010-11-14Fixed potential circular import problem.Luke Plant
2010-11-14Fiexed #3055 -- Validate that models target of a GenericRelation have a Gener...Ramiro Morales
2010-11-14Fixed #14685 - incompatible code in contrib.sessions.modelsLuke Plant
2010-11-14Fixed #10650 -- Clarified description of MEDIA_ROOT in setting files. Thanks ...Ramiro Morales