summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2013-02-20Fixed #14571 -- Updated embedded jQuery from 1.4.2 to 1.9.1Claude Paroz
2013-02-19Checked object permissions on admin history view.Carl Meyer
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-18Fixed #19839 -- Isolated auth tests from customized TEMPLATE_LOADERSClaude Paroz
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-15Fixed geos test to prevent random failureClaude Paroz
2013-02-15Fixed #17066 -- Prevented TypeError in GeoIP.__del__Claude Paroz
2013-02-15Avoided unneeded assertion on Python 3Claude Paroz
2013-02-15Fixed #19807 -- Sanitized getpass input in createsuperuserClaude Paroz
2013-02-15Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom U...Russell Keith-Magee
2013-02-14Fixed a misnamed variable introduced in commit 142ec8b283Claude Paroz
2013-02-13Fixed #8404 -- Isolated auth password-related tests from custom templatesClaude Paroz
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-02-12Fix admindocs on Python 3, where None cannot be sorted with strings.Carl Meyer
2013-02-09Made modwsgi groups_for_user consistent with check_passwordPreston Holmes
2013-02-08Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMiddlewareClaude Paroz
2013-02-07Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-02-07Fixed #19772 -- Handled APPEND_SLASH correctly in the redirects app.Aymeric Augustin
2013-02-07Fixed #13085 -- Don't fail on creation of model with GFK to a model with __le...Ramiro Morales
2013-02-07Updated createsuperuser to use unicode_literals. Refs #19757.Florian Apolloner
2013-02-06Fixed #19704 -- Make use of new ungettext_lazy function at appropriate placesAlexey Boriskin
2013-02-06Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.Simon Charette
2013-02-06Fixed #19745 -- Forced resolution of verbose names in createsupersuserClaude Paroz
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2013-02-04Fixed #19725 -- Made createsuperuser handle non-ascii promptsClaude Paroz
2013-02-02Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks ...Julien Phalip
2013-02-02Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form(...Nick Sandford
2013-02-02Lowered field ordering requirement in ogrinspect testClaude Paroz
2013-02-02Added missing parentheses in if clauseClaude Paroz
2013-02-02Fixed #18144 -- Added backwards compatibility with old unsalted MD5 passwordsClaude Paroz
2013-02-01Merge pull request #334 from dlo/tickets/18755Aymeric Augustin
2013-02-01Fixed #19715 -- Simplified findstatic output when verbosity set to 0Matt Robenolt
2013-02-01Set bigger maxDiff for ogrinspect testsClaude Paroz
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
2013-01-29Implemented some SpatiaLiteOperations as cached propertiesClaude Paroz
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-26Fixed #19540 -- Stopped using deprecated os.stat_float_times.Aymeric Augustin
2013-01-25Fixed #18460 -- Fixed change detection of ReadOnlyPasswordHashFieldClaude Paroz
2013-01-25Moved has_changed logic from widget to form fieldClaude Paroz
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-12Fixed #18026 -- Don't return an anonymous dict if extra_data in storage is em...Stephan Jaekel
2013-01-10Fixed #19573 -- Allow override of username field label in AuthenticationFormNick Sandford
2013-01-08Updated deprecated test assertionsClaude Paroz
2013-01-06Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen
2013-01-03Updated comment about PostGIS bug 2035Claude Paroz
2013-01-01Fixed a NameError in geoip/libgeoip if the GeoIP library is not found.Florian Apolloner
2012-12-30Added further flexibility to ModelAdmin for controlling post-save redirections.Julien Phalip